From: Chris Hanson Date: Sun, 11 Nov 2001 06:06:10 +0000 (+0000) Subject: Runtime support for *PARSER now integrated into the runtime system. X-Git-Tag: 20090517-FFI~2449 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=993b58890056be52c1be9041ccba2f3951bd6d59;p=mit-scheme.git Runtime support for *PARSER now integrated into the runtime system. --- diff --git a/v7/src/imail/load.scm b/v7/src/imail/load.scm index 0029a8428..5c6bba46b 100644 --- a/v7/src/imail/load.scm +++ b/v7/src/imail/load.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.35 2001/11/05 21:32:44 cph Exp $ +;;; $Id: load.scm,v 1.36 2001/11/11 06:05:54 cph Exp $ ;;; ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology ;;; @@ -24,7 +24,6 @@ (load-option 'HASH-TABLE) (load-option 'REGULAR-EXPRESSION) (load-option 'SOS) -(load-option '*PARSER) (with-working-directory-pathname (directory-pathname (current-load-pathname)) (lambda () (fluid-let ((*allow-package-redefinition?* #t)) diff --git a/v7/src/xml/load.scm b/v7/src/xml/load.scm index 700acfadd..854fe0ae0 100644 --- a/v7/src/xml/load.scm +++ b/v7/src/xml/load.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.3 2001/11/05 20:19:05 cph Exp $ +;;; $Id: load.scm,v 1.4 2001/11/11 06:06:10 cph Exp $ ;;; ;;; Copyright (c) 2001 Massachusetts Institute of Technology ;;; @@ -19,7 +19,6 @@ ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;;; 02111-1307, USA. -(load-option '*PARSER) (load-option 'REGULAR-EXPRESSION) (load-option 'SOS) (with-working-directory-pathname (directory-pathname (current-load-pathname))