From cf1e51d2a732f7a259c1f762fa418212b156e13e Mon Sep 17 00:00:00 2001 From: Mark Friedman Date: Thu, 18 Apr 1991 22:36:11 +0000 Subject: [PATCH] Added hooks for syntax-expression and scode-eval. --- v7/src/runtime/runtime.pkg | 6 ++++-- v8/src/runtime/runtime.pkg | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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 -- 2.25.1