Changeset 11362
- Timestamp:
- Nov 15, 2008, 10:03:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/nx0.lisp
r11212 r11362 61 61 ; The compiler can (generally) use temporary vectors for VARs. 62 62 (defun nx-cons-var (name &optional (bits 0)) 63 (%istruct 'var name bits nil nil nil nil ))63 (%istruct 'var name bits nil nil nil nil 0 nil)) 64 64 65 65
Note: See TracChangeset
for help on using the changeset viewer.