Compile with stack-overflow checks.
authorChris Hanson <org/chris-hanson/cph>
Wed, 29 Jul 1992 20:16:00 +0000 (20:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 29 Jul 1992 20:16:00 +0000 (20:16 +0000)
v7/src/6001/6001.cbf

index ebe2d46143af36378a95059003944167b359015a..210c9ca071c151b1728ad85caace9537aa27e094 100644 (file)
@@ -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