Changeset 11902
- Timestamp:
- 05/20/09 20:20:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/precompiler.lisp
r11900 r11902 356 356 (defvar *in-jvm-compile* nil) 357 357 358 (defvar *local-variables* nil) 358 (defvar *local-variables* nil 359 "An alist with all local variables visible in the context 360 of the form being preprocessed.") 359 361 360 362 (declaim (ftype (function (t) t) find-varspec))
Note: See TracChangeset
for help on using the changeset viewer.