Magic-number elimination.

This commit is contained in:
Eric S. Raymond 2017-06-16 08:55:53 -04:00
parent 1329da1087
commit d97574d35c
4 changed files with 19 additions and 25 deletions

6
misc.c
View file

@ -337,12 +337,6 @@ long VOCAB(long id, long init)
BUG(21);
}
void DSTROY(long object)
/* Permanently eliminate "object" by moving to a non-existent location. */
{
MOVE(object,0);
}
void JUGGLE(long object)
/* Juggle an object by picking it up and putting it down again, the purpose
* being to get the object to the front of the chain of things at its loc. */