Changeset 154 for trunk/orca/error.c
- Timestamp:
- 05/17/06 15:48:03 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/error.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/error.c
r94 r154 22 22 #include "ovalue.h" 23 23 #include "internal.h" 24 #include "orca_atoms.h" 24 25 25 26 … … 116 117 OValue* tval; 117 118 118 val = orLookupPath( OT_WORD, orEnv->atom_system,119 OT_WORD, orEnv->atom_error,119 val = orLookupPath( OT_WORD, OR_ATOM_SYSTEM, 120 OT_WORD, OR_ATOM_ERROR, 120 121 OR_LPATH_END ); 121 122 if( val && orIs(val, OT_OBJECT) ) … … 151 152 152 153 153 tval = orLookupPath( OT_WORD, orEnv->atom_system,154 OT_WORD, orEnv->atom_error_types,154 tval = orLookupPath( OT_WORD, OR_ATOM_SYSTEM, 155 OT_WORD, OR_ATOM_ERROR_TYPES, 155 156 OR_LPATH_END ); 156 157 ++val;
