Changeset 154 for trunk/orca/context.c
- Timestamp:
- 05/17/06 15:48:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/context.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/context.c
r144 r154 23 23 #include "ovalue.h" 24 24 #include "internal.h" 25 #include "orca_atoms.h" 25 26 26 27 … … 321 322 // Intern words. 322 323 it = pblk->values + blkI; 323 orInternA( wblk, orEnv->atom_self);324 orInternA( wblk, OR_ATOM_SELF ); 324 325 internSetWords( ctx, it, end ); 325 326 … … 572 573 (it->type == OT_GETWORD) ) 573 574 { 574 if( (orAtom(it) == orEnv->atom_func) ||575 (orAtom(it) == orEnv->atom_does) )575 if( (orAtom(it) == OR_ATOM_FUNC) || 576 (orAtom(it) == OR_ATOM_DOES) ) 576 577 return 1; 577 578 }
