projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b5ef4
)
Changes to interface and semantics of INSTANCE-CONSTRUCTOR.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Jun 1997 09:01:25 +0000
(09:01 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 16 Jun 1997 09:01:25 +0000
(09:01 +0000)
v7/src/sos/load.scm
patch
|
blob
|
history
diff --git
a/v7/src/sos/load.scm
b/v7/src/sos/load.scm
index f79732f93e1b955a7790c668322e2d4410f57665..35382fa7534dd93784c04cc01812c4ac65d595ea 100644
(file)
--- 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