- Timestamp:
- Jun 16, 2008, 11:16:20 AM (16 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/compiler/nx0.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/nx0.lisp
r9620 r9764 1359 1359 (with-program-error-handler 1360 1360 (lambda (c) 1361 (setf (afunc-acode p) (nx1-lambda () `(,(runtime-program-error-form c)) nil)))1361 (setf (afunc-acode p) (nx1-lambda '(&rest args) `(args ,(runtime-program-error-form c)) nil))) 1362 1362 (handler-bind ((warning (lambda (c) 1363 1363 (nx1-whine :program-error c)
Note:
See TracChangeset
for help on using the changeset viewer.
