Changeset 13401
- Timestamp:
- Jan 21, 2010, 12:59:38 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/misc.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/misc.lisp
r13374 r13401 1167 1167 table. Usage is equivalent to regular CONS." 1168 1168 (loop 1169 (let ((cell ( %atomic-pop-static-cons)))1169 (let ((cell (without-interrupts (%atomic-pop-static-cons)))) 1170 1170 (if cell 1171 1171 (progn
Note:
See TracChangeset
for help on using the changeset viewer.
