Changeset 58 for abuse/trunk/src/lisp.cpp
- Timestamp:
- Mar 2, 2008, 4:02:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/lisp.cpp
r56 r58 48 48 int space_size[4],print_level=0,trace_level=0,trace_print_level=1000; 49 49 int total_user_functions; 50 51 void lprint(void *i);52 50 53 51 int current_space; // normally set to TMP_SPACE, unless compiling or other needs … … 1465 1463 dprintf("\n"); 1466 1464 } 1467 1468 void *eval(void *prog);1469 1465 1470 1466 void *eval_sys_function(lisp_sys_function *fun, void *arg_list);
Note: See TracChangeset
for help on using the changeset viewer.