From f749a6dc2b33dab2e9872a018632943870bcf5e3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 16 Jun 1997 09:01:25 +0000 Subject: [PATCH] Changes to interface and semantics of INSTANCE-CONSTRUCTOR. --- v7/src/sos/load.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1