From: Chris Hanson Date: Mon, 16 Jun 1997 09:01:25 +0000 (+0000) Subject: Changes to interface and semantics of INSTANCE-CONSTRUCTOR. X-Git-Tag: 20090517-FFI~5134 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f749a6dc2b33dab2e9872a018632943870bcf5e3;p=mit-scheme.git Changes to interface and semantics of INSTANCE-CONSTRUCTOR. --- diff --git a/v7/src/sos/load.scm b/v7/src/sos/load.scm index f79732f93..35382fa75 100644 --- a/v7/src/sos/load.scm +++ b/v7/src/sos/load.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: load.scm,v 1.2 1997/06/04 06:11:24 cph Exp $ +;;; $Id: load.scm,v 1.3 1997/06/16 09:01:25 cph Exp $ ;;; ;;; Copyright (c) 1995-97 Massachusetts Institute of Technology ;;; @@ -50,4 +50,4 @@ (install 'DEFINE-COMPUTED-EMP 'TRANSFORM:DEFINE-COMPUTED-EMP) ;;(install 'METHOD 'TRANSFORM:METHOD) ) -(add-system! (make-system "SOS" 1 2 '())) \ No newline at end of file +(add-system! (make-system "SOS" 1 3 '())) \ No newline at end of file