projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea0a4f
)
remove bogus IGNORE declaration from XC version of WITH-FAST-READ-BYTE
author
Nikodemus Siivola
<nikodemus@random-state.net>
Fri, 1 Feb 2013 22:17:36 +0000
(
00:17
+0200)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Fri, 1 Feb 2013 22:53:56 +0000
(
00:53
+0200)
src/code/cross-io.lisp
patch
|
blob
|
history
diff --git
a/src/code/cross-io.lisp
b/src/code/cross-io.lisp
index
0121256
..
de76ce3
100644
(file)
--- a/
src/code/cross-io.lisp
+++ b/
src/code/cross-io.lisp
@@
-20,7
+20,6
@@
(defmacro with-fast-read-byte ((type stream &optional (eof-error-p t) eof-value)
&body body)
- (declare (ignore type))
(let ((f-stream (gensym "STREAM"))
(f-eof-error-p (gensym "EOF-ERROR-P"))
(f-eof-value (gensym "EOF-VALUE")))