From def8093ffc54031af3c1df55fa4383588cad599c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 29 Sep 2005 19:16:39 +0000 Subject: [PATCH] Export DEFINE-GUARANTEE to global environment. --- v7/src/runtime/runtime.pkg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 857106f4e..e85c8c8c9 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.563 2005/09/08 19:12:49 cph Exp $ +$Id: runtime.pkg,v 14.564 2005/09/29 19:16:39 cph Exp $ Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology @@ -3986,8 +3986,9 @@ USA. (define-package (runtime system-macros) (files "sysmac") (parent (runtime)) + (export () + define-guarantee) (export (runtime) - define-guarantee define-primitives ucode-primitive ucode-return-address -- 2.25.1