Changeset 154 for trunk/orca/gc.c

Show
Ignore:
Timestamp:
05/17/06 15:48:03 (3 years ago)
Author:
krobillard
Message:

Orca - Replaced atom variables with fixed atom defines.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/gc.c

    r143 r154  
    2222#include "ovalue.h" 
    2323#include "internal.h" 
     24#include "orca_atoms.h" 
    2425 
    2526 
     
    364365    OValue* val; 
    365366 
    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, 
    368369                        OR_LPATH_END ); 
    369370    if( val && orIs(val, OT_OBJECT ) )