projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db9a4a
)
parse-integer: add support for junk-allowed key parameter
author
Alfredo Beaumont
<alfredo.beaumont@gmail.com>
Wed, 24 Apr 2013 15:00:00 +0000
(17:00 +0200)
committer
Alfredo Beaumont
<alfredo.beaumont@gmail.com>
Wed, 24 Apr 2013 15:00:00 +0000
(17:00 +0200)
ecmalisp.lisp
patch
|
blob
|
history
diff --git
a/ecmalisp.lisp
b/ecmalisp.lisp
index
5e37e4a
..
4bc10b9
100644
(file)
--- a/
ecmalisp.lisp
+++ b/
ecmalisp.lisp
@@
-1157,8
+1157,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)