#| -*-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
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)
(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