Changeset 561 for abuse/trunk/src/lisp/lisp_gc.h
- Timestamp:
- Apr 30, 2011, 12:24:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/lisp/lisp_gc.h
r558 r561 14 14 15 15 // Stack user progs can push data and have it GCed 16 extern grow_stack<void> l_user_stack;16 extern GrowStack<void> l_user_stack; 17 17 18 18 class LispGC … … 52 52 53 53 // Stack of user pointers, user pointers get remapped on GC 54 static grow_stack<void *> stack;54 static GrowStack<void *> stack; 55 55 }; 56 56
Note: See TracChangeset
for help on using the changeset viewer.