Changeset 27 for trunk/orca/ovalue.c
- Timestamp:
- 02/07/06 16:12:19 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/ovalue.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/ovalue.c
r26 r27 523 523 memReport( 1 ); 524 524 #endif 525 } 526 527 528 /** 529 Recover from an error. It does not modify any existing values; nothing 530 is freed and no files are closed. 531 This should only be used from outside a top-level eval call. 532 */ 533 void orResetEnv( OEnv* env ) 534 { 535 env->callStack.used = 0; 536 env->dataStack.used = 0; 537 env->quickHoldsTop = env->quickHolds; 538 env->error = 0; //orErrorClear; 525 539 } 526 540
