Changeset 623 for branches/1.3/utils.h
- Timestamp:
- 2009-07-05T10:41:16+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/utils.h
r622 r623 80 80 typedef struct { 81 81 int alloc; 82 int orig_user_error_handler_error_reporting;83 82 char *filename; 84 83 … … 98 97 Bucket *tmp_internal_function_tail; 99 98 Bucket *tmp_internal_class_tail; 99 100 #ifdef E_STRICT 101 int orig_user_error_handler_error_reporting; 102 #endif 100 103 } xc_sandbox_t; 101 104
Note: See TracChangeset
for help on using the changeset viewer.

