Changeset 481 for abuse/trunk/src/lisp/lisp_opt.cpp
- Timestamp:
- Apr 17, 2011, 10:28:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/lisp/lisp_opt.cpp
r124 r481 11 11 12 12 #ifdef NO_LIBS 13 #include "fakelib.h pp"13 #include "fakelib.h" 14 14 #else 15 #include "macs.h pp"15 #include "macs.h" 16 16 #endif 17 17 18 #include "lisp.h pp"19 #include "lisp_gc.h pp"18 #include "lisp.h" 19 #include "lisp_gc.h" 20 20 21 21 void *true_symbol=NULL,*l_undefined,*list_symbol,*string_symbol, // in lisp_init()
Note: See TracChangeset
for help on using the changeset viewer.