FIXME in file /std/object/move.c line 3:

 probably shouldn't be here (simul conversion)

Code:
#include <move.h>
#include <hooks.h>


FIXME in file /std/object/move.c line 13:

 move these next to /std/object/environment, and merge with some of
 the objcalls simuls

Code:
//:FUNCTION contains
//contains(o) returns 1 if o is in this object, or in an object contained
//by this object (recursively).
int contains(object o)
FIXME in file /std/object/move.c line 126:

 IMO this is only used for hacks, and should be removed (-Beek)

Code:
//:FUNCTION query_last_location
//Returns the last object an object was inside before it moved to where
//it is now.
object query_last_location()
