entry point.
#| -*-Scheme-*-
-$Id: infutl.scm,v 1.54 1993/11/29 20:49:59 cph Exp $
+$Id: infutl.scm,v 1.55 1994/01/29 00:51:58 gjr Exp $
-Copyright (c) 1988-93 Massachusetts Institute of Technology
+Copyright (c) 1988-1994 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
expression
(find-procedure))))
(lambda ()
- false)))))))
+ (find-procedure))))))))
(define (compiled-entry/block entry)
(cond ((compiled-code-block? entry)
#| -*-Scheme-*-
-$Id: uenvir.scm,v 14.30 1992/12/03 03:20:32 cph Exp $
+$Id: uenvir.scm,v 14.31 1994/01/29 00:51:52 gjr Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
default))))
(define (compiled-procedure/environment entry)
+ (if (not (compiled-procedure? entry))
+ (error "Not a compiled procedure" entry
+ 'COMPILED-PROCEDURE/ENVIRONMENT))
(let ((procedure (compiled-entry/dbg-object entry)))
(if (not procedure)
(error "Unable to obtain closing environment" entry))
#| -*-Scheme-*-
-$Id: infutl.scm,v 1.54 1993/11/29 20:49:59 cph Exp $
+$Id: infutl.scm,v 1.55 1994/01/29 00:51:58 gjr Exp $
-Copyright (c) 1988-93 Massachusetts Institute of Technology
+Copyright (c) 1988-1994 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
expression
(find-procedure))))
(lambda ()
- false)))))))
+ (find-procedure))))))))
(define (compiled-entry/block entry)
(cond ((compiled-code-block? entry)
#| -*-Scheme-*-
-$Id: uenvir.scm,v 14.30 1992/12/03 03:20:32 cph Exp $
+$Id: uenvir.scm,v 14.31 1994/01/29 00:51:52 gjr Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
default))))
(define (compiled-procedure/environment entry)
+ (if (not (compiled-procedure? entry))
+ (error "Not a compiled procedure" entry
+ 'COMPILED-PROCEDURE/ENVIRONMENT))
(let ((procedure (compiled-entry/dbg-object entry)))
(if (not procedure)
(error "Unable to obtain closing environment" entry))