Changeset 5978


Ignore:
Timestamp:
Mar 2, 2007, 4:09:47 AM (18 years ago)
Author:
Gary Byers
Message:

Print n's value, not n in error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-lisp-threads.lisp

    r5620 r5978  
    806806          (incf phys-cell)
    807807          (when (< (decf arg-vsp) vsp)
    808             (error "n out of range")))))))
     808            (error "~d out of range" n)))))))
    809809
    810810
Note: See TracChangeset for help on using the changeset viewer.