Added hooks for syntax-expression and scode-eval.
authorMark Friedman <edu/mit/csail/zurich/markf>
Thu, 18 Apr 1991 22:36:11 +0000 (22:36 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Thu, 18 Apr 1991 22:36:11 +0000 (22:36 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 9d3409f8d498712ca76cca6b64669d8ce53f865e..6106573938f8ab85664afdd0696fdd1fc416a571 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.101 1991/04/15 20:47:45 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.102 1991/04/18 22:36:11 markf Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -55,7 +55,8 @@ MIT in each case. |#
     ((unix) "unxpth" "unxprm")
     ;;((vms) "vmspth")
     ;;(else "unkpth")
-    (else)))
+    (else))
+  (initialization (initialize-package!)))
 
 (define-package (package)
   ;; The information appearing here must be duplicated in the cold load
@@ -2133,6 +2134,7 @@ MIT in each case. |#
   (files "syntax")
   (parent ())
   (export ()
+         hook/syntax-expression
          lambda-tag:fluid-let
          lambda-tag:let
          lambda-tag:make-environment
index 8633e0b02e8567594b162b3f36c054eee493cfc3..91f611374ddc8819e4b8a9f1b76da9eb865923b1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.101 1991/04/15 20:47:45 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.102 1991/04/18 22:36:11 markf Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -55,7 +55,8 @@ MIT in each case. |#
     ((unix) "unxpth" "unxprm")
     ;;((vms) "vmspth")
     ;;(else "unkpth")
-    (else)))
+    (else))
+  (initialization (initialize-package!)))
 
 (define-package (package)
   ;; The information appearing here must be duplicated in the cold load
@@ -2133,6 +2134,7 @@ MIT in each case. |#
   (files "syntax")
   (parent ())
   (export ()
+         hook/syntax-expression
          lambda-tag:fluid-let
          lambda-tag:let
          lambda-tag:make-environment