- Timestamp:
- 10/09/08 13:29:45 (6 weeks ago)
- Files:
-
- 1 modified
-
v6/smop/src/native_bool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
v6/smop/src/native_bool.c
r22288 r22554 22 22 SMOP_RELEASE(interpreter,capture); 23 23 return invocant; 24 } else if (identifier = SMOP__ID__defined) { 24 25 } else if (identifier == SMOP__ID__defined) { 25 26 SMOP_RELEASE(interpreter,capture); 26 27 return SMOP__NATIVE__bool_true; 28 27 29 } else { 28 30 ___UNKNOWN_METHOD___; 31 29 32 } 33 30 34 SMOP_RELEASE(interpreter,capture); 31 35 return SMOP__NATIVE__bool_false;
