Loading src/code/reader.lisp +5 −5 Original line number Diff line number Diff line Loading @@ -1877,7 +1877,7 @@ the end of the stream." ;; The number we've read is so small that it gets ;; converted to 0.0, but is not actually zero. Signal an ;; error. See CLHS 2.3.1.1. (error "Underflow")) (error _"Underflow")) result)) (error () (%reader-error stream _"Number not representable as a ~S: ~S" Loading Loading
src/code/reader.lisp +5 −5 Original line number Diff line number Diff line Loading @@ -1877,7 +1877,7 @@ the end of the stream." ;; The number we've read is so small that it gets ;; converted to 0.0, but is not actually zero. Signal an ;; error. See CLHS 2.3.1.1. (error "Underflow")) (error _"Underflow")) result)) (error () (%reader-error stream _"Number not representable as a ~S: ~S" Loading