From 4880319cbd8ec3faeb9ddc97b0a6241848c57654 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 29 Jul 1992 20:16:00 +0000 Subject: [PATCH] Compile with stack-overflow checks. --- v7/src/6001/6001.cbf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/6001/6001.cbf b/v7/src/6001/6001.cbf index ebe2d4614..210c9ca07 100644 --- a/v7/src/6001/6001.cbf +++ b/v7/src/6001/6001.cbf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.cbf,v 1.2 1991/08/22 17:56:31 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.cbf,v 1.3 1992/07/29 20:16:00 cph Exp $ -Copyright (c) 1991 Massachusetts Institute of Technology +Copyright (c) 1991-92 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -33,5 +33,6 @@ promotional, or sales literature without prior written consent from MIT in each case. |# (fluid-let ((compiler:generate-range-checks? true) + (compiler:generate-stack-checks? true) (compiler:generate-type-checks? true)) (compile-directory ".")) \ No newline at end of file -- 2.25.1