Changeset 497 for abuse/trunk/src/lisp/lisp_gc.cpp
- Timestamp:
- Apr 17, 2011, 11:56:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/lisp/lisp_gc.cpp
r494 r497 261 261 void collect_space(int which_space) // should be tmp or permanent 262 262 { 263 return; /* XXX */263 return; /* XXX: temporary hack */ 264 264 265 265 int old_space = current_space;
Note: See TracChangeset
for help on using the changeset viewer.