From 220905605f9e285141c872c9f2aea69b4cf14a00 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 18 Dec 2001 21:30:57 +0000 Subject: [PATCH] Use GUARANTEE-SYNTAX-TABLE. --- v7/src/compiler/base/toplev.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/base/toplev.scm b/v7/src/compiler/base/toplev.scm index c871e709a..ba757311a 100644 --- a/v7/src/compiler/base/toplev.scm +++ b/v7/src/compiler/base/toplev.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: toplev.scm,v 4.60 2001/08/10 17:10:33 cph Exp $ +$Id: toplev.scm,v 4.61 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) -- 2.25.1