Don't use LOAD-OPTION to load cref; it probably doesn't exist on the
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 May 2001 19:58:28 +0000 (19:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 May 2001 19:58:28 +0000 (19:58 +0000)
host system (outside of MIT), and this will cause an error if the user
has MITSCHEME_INF_DIRECTORY set.

v7/src/cref/cref.sf

index 0cbac8ebb171abe38d7df8c5cdc2cabc5665f612..78be8ce9ddba0737d7df34a24f7e1cd534b44635 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: cref.sf,v 1.10 1999/01/02 06:11:34 cph Exp $
+$Id: cref.sf,v 1.11 2001/05/29 19:58:28 cph Exp $
 
-Copyright (c) 1988-1999 Massachusetts Institute of Technology
+Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -16,7 +16,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+USA.
 |#
 
 (sf/set-default-syntax-table! system-global-syntax-table)
@@ -30,7 +31,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 (if (file-exists? "../runtime/runtime.glo")
     (begin
-      (load-option 'CREF)
+      (load "make")
       (cref/generate-constructors "cref")
       (sf-conditionally "cref.con")
       (sf-conditionally "cref.ldr")))
\ No newline at end of file