projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc55df1
)
Typo in previous change.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 7 Oct 1997 19:29:13 +0000
(19:29 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 7 Oct 1997 19:29:13 +0000
(19:29 +0000)
v7/src/runtime/numpar.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/numpar.scm
b/v7/src/runtime/numpar.scm
index 64d065ba5d857c3b3e66b8df0fa32f5d60221fce..467d0a3945b3d06aac95484825a065fe0cee386a 100644
(file)
--- a/
v7/src/runtime/numpar.scm
+++ b/
v7/src/runtime/numpar.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: numpar.scm,v 14.1
5 1997/10/07 04:19:46
adams Exp $
+$Id: numpar.scm,v 14.1
6 1997/10/07 19:29:13
adams Exp $
Copyright (c) 1989-97 Massachusetts Institute of Technology
@@
-187,7
+187,7
@@
MIT in each case. |#
(lambda (start* integer exactness sharp?)
sharp?
(and (> start* start) ; >0 denominator digits
- (parse-complex string start end
+ (parse-complex string start
*
end
(finish integer exactness sign)
exactness radix sign))))))
\f