Changeset 554 for abuse/trunk/src/lisp/lisp_gc.h
- Timestamp:
- Apr 29, 2011, 1:39:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/lisp/lisp_gc.h
r496 r554 15 15 extern grow_stack<void> l_user_stack; // stack user progs can push data and have it GCed 16 16 17 void collect_space(int which_space ); // should be tmp or permenant17 void collect_space(int which_space, int grow); // should be tmp or permenant 18 18 19 19 void register_pointer(void *&addr);
Note: See TracChangeset
for help on using the changeset viewer.