From: Mark Friedman Date: Thu, 18 Apr 1991 22:36:11 +0000 (+0000) Subject: Added hooks for syntax-expression and scode-eval. X-Git-Tag: 20090517-FFI~10743 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cf1e51d2a732f7a259c1f762fa418212b156e13e;p=mit-scheme.git Added hooks for syntax-expression and scode-eval. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 9d3409f8d..610657393 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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 diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 8633e0b02..91f611374 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -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