common-lisp.net
/
projects/cmucl/cmucl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0174bfe
)
Fix typo in string.
author
Raymond Toy
<toy.raymond@gmail.com>
Sat, 2 Feb 2013 03:10:52 +0000 (19:10 -0800)
committer
Raymond Toy
<toy.raymond@gmail.com>
Sat, 2 Feb 2013 03:10:52 +0000 (19:10 -0800)
src/code/float-trap.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/code/float-trap.lisp
b/src/code/float-trap.lisp
index
d7bab6f
..
0995883
100644
(file)
--- a/
src/code/float-trap.lisp
+++ b/
src/code/float-trap.lisp
@@
-331,7
+331,7
@@
(error 'arithmetic-error
:operation fop
:operands operands)
- (error _"SIGFPE with no exceptions currently enabled? (si-code = ~D"
+ (error _"SIGFPE with no exceptions currently enabled? (si-code = ~D)"
code)))))))
;;; WITH-FLOAT-TRAPS-MASKED -- Public