From: Arthur Gleckler Date: Thu, 22 Aug 1991 17:56:31 +0000 (+0000) Subject: Activate compiler type and range-checks. X-Git-Tag: 20090517-FFI~10331 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fd21837b38f705a85ee14f3ba01054197c49d150;p=mit-scheme.git Activate compiler type and range-checks. --- diff --git a/v7/src/6001/6001.cbf b/v7/src/6001/6001.cbf index cde7138b3..ebe2d4614 100644 --- a/v7/src/6001/6001.cbf +++ b/v7/src/6001/6001.cbf @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.cbf,v 1.1 1991/08/22 17:44:50 arthur Exp $ +$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 $ Copyright (c) 1991 Massachusetts Institute of Technology @@ -32,4 +32,6 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. |# -(compile-directory ".") \ No newline at end of file +(fluid-let ((compiler:generate-range-checks? true) + (compiler:generate-type-checks? true)) + (compile-directory ".")) \ No newline at end of file