Changeset 154 for trunk/orca/ovalue.h

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/ovalue.h

    r144 r154  
    310310    OValue*     error; 
    311311 
    312     OAtom       atom_self; 
    313     OAtom       atom_system; 
    314     OAtom       atom_script; 
    315     OAtom       atom_parent; 
    316     OAtom       atom_error; 
    317     OAtom       atom_error_types; 
    318     OAtom       atom_catch; 
    319     OAtom       atom_throw; 
    320     OAtom       atom_x; 
    321     OAtom       atom_y; 
    322     OAtom       atom_z; 
    323     OAtom       atom_dash; 
    324     OAtom       atom_func; 
    325     OAtom       atom_does; 
    326  
    327     OAtom       atom_opt; 
    328     OAtom       atom_some; 
    329     OAtom       atom_any; 
    330     OAtom       atom_break; 
    331     OAtom       atom_skip; 
    332     OAtom       atom_set; 
    333     OAtom       atom_copy; 
    334     OAtom       atom_bar; 
    335     OAtom       atom_to; 
    336     OAtom       atom_thru; 
    337  
    338312    OIndex      sweepStartAtom; 
    339313