Re-enable stack checks -- they're fixed now.
authorChris Hanson <org/chris-hanson/cph>
Tue, 22 Sep 1992 22:12:59 +0000 (22:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 22 Sep 1992 22:12:59 +0000 (22:12 +0000)
v7/src/6001/6001.cbf

index 0f817ed3226b9ed5fcb5a40bb6af8c9b80f4bf3b..20103759c102dd9dba7c6a5bca1f7d973d46a71b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.cbf,v 1.4 1992/09/11 05:45:43 cph Exp $
+$Id: 6001.cbf,v 1.5 1992/09/22 22:12:59 cph Exp $
 
 Copyright (c) 1991-92 Massachusetts Institute of Technology
 
@@ -33,6 +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-stack-checks? true)
            (compiler:generate-type-checks? true))
   (compile-directory "."))
\ No newline at end of file