From f77b136ef3fd748228f2ee7865975b104d5bbcf3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 14 Mar 2003 20:11:53 +0000 Subject: [PATCH] Implement THUNK?. --- 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 8e6ae4ef1..e831ba32d 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.438 2003/03/13 21:50:40 cph Exp $ +$Id: runtime.pkg,v 14.439 2003/03/14 20:11:53 cph Exp $ Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology @@ -1307,7 +1307,8 @@ USA. set-apply-hook-extra! set-apply-hook-procedure! set-entity-extra! - set-entity-procedure!) + set-entity-procedure! + thunk?) (export (runtime continuation-parser) compiled-procedure-frame-size)) -- 2.25.1