Changeset 154 for trunk/orca/gc.c
- Timestamp:
- 05/17/06 15:48:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/gc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/gc.c
r143 r154 22 22 #include "ovalue.h" 23 23 #include "internal.h" 24 #include "orca_atoms.h" 24 25 25 26 … … 364 365 OValue* val; 365 366 366 val = orLookupPath( OT_WORD, orEnv->atom_system,367 OT_WORD, orEnv->atom_script,367 val = orLookupPath( OT_WORD, OR_ATOM_SYSTEM, 368 OT_WORD, OR_ATOM_SCRIPT, 368 369 OR_LPATH_END ); 369 370 if( val && orIs(val, OT_OBJECT ) )
