Changeset 140 for trunk/orca/ovalue.h

Show
Ignore:
Timestamp:
05/06/06 02:05:44 (3 years ago)
Author:
krobillard
Message:

Orca - Function arguments are now copied to the function context unless
recursion is in progress.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/ovalue.h

    r98 r140  
    124124#define OR_FLAG_HEX         0x02    // integer! only 
    125125#define OR_FLAG_RECURSION   0x02    // object! only 
    126 #define OR_FLAG_CLOSURE     0x04    // object! only 
     126//#define OR_FLAG_CLOSURE     0x04    // object! only 
    127127#define OR_FLAG_CATCH       0x08 
    128128#define OR_FLAG_THROW       0x10