From: Chris Hanson Date: Tue, 22 Jan 2002 18:44:03 +0000 (+0000) Subject: Fix bug: package name for SOS was wrong. X-Git-Tag: 20090517-FFI~2290 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=de2aa1e1b35f654722147603a5802f85f5701350;p=mit-scheme.git Fix bug: package name for SOS was wrong. --- diff --git a/v7/src/etc/optiondb.scm b/v7/src/etc/optiondb.scm index e39436f1e..6c1525035 100644 --- a/v7/src/etc/optiondb.scm +++ b/v7/src/etc/optiondb.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: optiondb.scm,v 1.8 2001/10/16 19:42:53 cph Exp $ +$Id: optiondb.scm,v 1.9 2002/01/22 18:44:03 cph Exp $ -Copyright (c) 2000-2001 Massachusetts Institute of Technology +Copyright (c) 2000-2002 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 @@ -93,7 +93,7 @@ USA. (guarded-system-loader '(scode-optimizer) "sf")) (define-load-option 'SOS - (guarded-system-loader '(runtime object-system) "sos")) + (guarded-system-loader '(sos) "sos")) (define-load-option 'STUDENT (guarded-system-loader '(student) "6001"))