projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef1b85c
)
Reapply patch for :junk-allowed in parse-integer
author
David Vázquez
<davazp@gmail.com>
Wed, 24 Apr 2013 19:25:11 +0000
(20:25 +0100)
committer
David Vázquez
<davazp@gmail.com>
Wed, 24 Apr 2013 19:25:34 +0000
(20:25 +0100)
ecmalisp.lisp
patch
|
blob
|
history
diff --git
a/ecmalisp.lisp
b/ecmalisp.lisp
index
8dd5ef3
..
bcdf2dd
100644
(file)
--- a/
ecmalisp.lisp
+++ b/
ecmalisp.lisp
@@
-1199,8
+1199,8
@@
(values nil index)))))
#+ecmalisp
-(defun parse-integer (string)
- (!parse-integer string nil))
+(defun parse-integer (string &key junk-allowed)
+ (!parse-integer string junk-allowed))
(defvar *eof* (gensym))
(defun ls-read (stream)