Changeset 26 for trunk/orca/ovalue.h
- Timestamp:
- 02/07/06 00:52:42 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/ovalue.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/ovalue.h
r25 r26 384 384 void orInitEnv( OEnv*, int dataStackSize, int callStackSize ); 385 385 void orFreeEnv( OEnv* ); 386 OIndex orInternAtom( const char* str, int len ); 386 void orAtomStr( OAtom, OString* ); 387 OAtom orInternAtom( const char* str, int len ); 387 388 OIndex orInternA( OBlock* wordBlk, OAtom ); 388 389 OValue* orIntern( OContext*, const char* str, int len, OValue* wordV ); … … 506 507 val = blk->values + wv->word.index 507 508 508 #define orAtomString(atom) (orSTRINGS + orEnv->atoms.indices[atom])509 510 509 #define orMakePath(n) orMakeBlock(n) 511 510 #define orMakeBinary(n) ((OBinary*) orMakeString(n))
