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:
16f5753
)
Initialize number parser.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 13 Jul 1997 07:24:46 +0000
(07:24 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 13 Jul 1997 07:24:46 +0000
(07:24 +0000)
v7/src/runtime/make.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/make.scm
b/v7/src/runtime/make.scm
index 1db1f2f4f7e879c63aa1d95b84a3e8ebf025499e..95756db9fbeddac11d208c7051b1da357b6d2d26 100644
(file)
--- a/
v7/src/runtime/make.scm
+++ b/
v7/src/runtime/make.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: make.scm,v 14.
59 1997/06/24 05:34:15
cph Exp $
+$Id: make.scm,v 14.
60 1997/07/13 07:24:46
cph Exp $
Copyright (c) 1988-97 Massachusetts Institute of Technology
@@
-460,6
+460,7
@@
MIT in each case. |#
(RUNTIME WORKING-DIRECTORY)
(RUNTIME LOAD)
;; Syntax
+ (RUNTIME NUMBER-PARSER)
(RUNTIME PARSER)
(RUNTIME UNPARSER)
(RUNTIME SYNTAXER)