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:
1c4d588
)
Use GUARANTEE-SYNTAX-TABLE.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 18 Dec 2001 21:30:57 +0000
(21:30 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 18 Dec 2001 21:30:57 +0000
(21:30 +0000)
v7/src/compiler/base/toplev.scm
patch
|
blob
|
history
diff --git
a/v7/src/compiler/base/toplev.scm
b/v7/src/compiler/base/toplev.scm
index c871e709a778330be4111a685411771ce9b2a95c..ba757311a8860260c64a790bcbd251594bb7d676 100644
(file)
--- a/
v7/src/compiler/base/toplev.scm
+++ b/
v7/src/compiler/base/toplev.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: toplev.scm,v 4.6
0 2001/08/10 17:10:33
cph Exp $
+$Id: toplev.scm,v 4.6
1 2001/12/18 21:30:57
cph Exp $
Copyright (c) 1988-2001 Massachusetts Institute of Technology
@@
-78,7
+78,8
@@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
(fluid-let ((sf/default-syntax-table
(if (default-object? syntax-table)
#f
- syntax-table))
+ (guarantee-syntax-table syntax-table
+ 'COMPILE-FILE)))
(sf/default-declarations
`((USUAL-INTEGRATIONS
,@compile-file:override-usual-integrations)