Changeset 154 for trunk/orca/error.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/error.c

    r94 r154  
    2222#include "ovalue.h" 
    2323#include "internal.h" 
     24#include "orca_atoms.h" 
    2425 
    2526 
     
    116117        OValue* tval; 
    117118 
    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, 
    120121                            OR_LPATH_END ); 
    121122        if( val && orIs(val, OT_OBJECT) ) 
     
    151152 
    152153 
    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, 
    155156                                 OR_LPATH_END ); 
    156157            ++val;