From: Chris Hanson Date: Fri, 16 Jan 2004 21:05:12 +0000 (+0000) Subject: Add ssp. X-Git-Tag: 20090517-FFI~1711 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3f51574188022f27922e90887d42833283f87760;p=mit-scheme.git Add ssp. --- diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index cac19e518..c07ca4641 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.21 2003/02/14 18:28:00 cph Exp $ +# $Id: Makefile.in,v 1.22 2004/01/16 21:03:35 cph Exp $ # -# Copyright (c) 2000-2002 Massachusetts Institute of Technology +# Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology # # This file is part of MIT/GNU Scheme. # @@ -59,7 +59,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs # **** END BOILERPLATE **** SUBDIRS = 6001 compiler rcs runtime-check sf win32 $(INSTALLED_SUBDIRS) -INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos star-parser xml +INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos ssp star-parser xml AUXDIR = @AUXDIR@ EDETC = $(AUXDIR)/edwin/etc diff --git a/v7/src/etc/optiondb.scm b/v7/src/etc/optiondb.scm index 2c7f65bde..02355b04a 100644 --- a/v7/src/etc/optiondb.scm +++ b/v7/src/etc/optiondb.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: optiondb.scm,v 1.11 2003/02/14 18:28:14 cph Exp $ +$Id: optiondb.scm,v 1.12 2004/01/16 21:05:12 cph Exp $ -Copyright (c) 2000-2002 Massachusetts Institute of Technology +Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -98,6 +98,9 @@ USA. (define-load-option 'SOS (guarded-system-loader '(sos) "sos")) +(define-load-option 'SSP + (guarded-system-loader '(runtime ssp) "ssp")) + (define-load-option 'STUDENT (guarded-system-loader '(student) "6001"))