Changeset 14989
- Timestamp:
- Sep 18, 2011, 3:33:10 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/compiler/nx0.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/nx0.lisp
r14982 r14989 1360 1360 (%ilsl $vbitpuntable 1) 1361 1361 varbits)) 1362 (setf (var-refs var) 01363 (var-refs boundto) (+ (var-refs var) (var-refs boundto)))1362 (setf (var-refs boundto) (+ (var-refs var) (var-refs boundto)) 1363 (var-refs var) 0) 1364 1364 (nx-set-var-root-nrefs boundto 1365 1365 (+ (1- boundtocount) varcount)))))))
Note:
See TracChangeset
for help on using the changeset viewer.
