From: Chris Hanson Date: Wed, 11 Aug 1993 19:13:10 +0000 (+0000) Subject: Don't show warnings about constant coalescing. X-Git-Tag: 20090517-FFI~8092 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=15a0d0080db84745c27a28afce5921dcfbaf2dfe;p=mit-scheme.git Don't show warnings about constant coalescing. --- diff --git a/v7/src/6001/6001.cbf b/v7/src/6001/6001.cbf index 20103759c..26f5871c6 100644 --- a/v7/src/6001/6001.cbf +++ b/v7/src/6001/6001.cbf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: 6001.cbf,v 1.5 1992/09/22 22:12:59 cph Exp $ +$Id: 6001.cbf,v 1.6 1993/08/11 19:12:49 cph Exp $ -Copyright (c) 1991-92 Massachusetts Institute of Technology +Copyright (c) 1991-93 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -32,7 +32,8 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. |# -(fluid-let ((compiler:generate-range-checks? true) +(fluid-let ((compiler:coalescing-constant-warnings? #f) + (compiler:generate-range-checks? true) (compiler:generate-stack-checks? true) (compiler:generate-type-checks? true)) (compile-directory ".")) \ No newline at end of file diff --git a/v7/src/cref/cref.cbf b/v7/src/cref/cref.cbf index 23eeefb22..a752d202f 100644 --- a/v7/src/cref/cref.cbf +++ b/v7/src/cref/cref.cbf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/cref/cref.cbf,v 1.1 1988/11/09 10:36:26 cph Rel $ +$Id: cref.cbf,v 1.2 1993/08/11 19:12:57 cph Exp $ -Copyright (c) 1988 Massachusetts Institute of Technology +Copyright (c) 1988-93 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -32,4 +32,5 @@ 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:coalescing-constant-warnings? #f)) + (compile-directory ".")) \ No newline at end of file diff --git a/v7/src/edwin/edwin.cbf b/v7/src/edwin/edwin.cbf index ba18f2ad8..fce405e95 100644 --- a/v7/src/edwin/edwin.cbf +++ b/v7/src/edwin/edwin.cbf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.cbf,v 1.2 1989/03/15 19:10:42 cph Rel $ +$Id: edwin.cbf,v 1.3 1993/08/11 19:09:36 cph Exp $ -Copyright (c) 1989 Massachusetts Institute of Technology +Copyright (c) 1989-93 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -34,4 +34,5 @@ MIT in each case. |# ;;;; Script to incrementally compile the editor (from .bins) -(compile-directory ".") \ No newline at end of file +(fluid-let ((compiler:coalescing-constant-warnings? #f)) + (compile-directory ".")) \ No newline at end of file diff --git a/v7/src/runtime/runtime.cbf b/v7/src/runtime/runtime.cbf index e11a7937e..4df009d51 100644 --- a/v7/src/runtime/runtime.cbf +++ b/v7/src/runtime/runtime.cbf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.cbf,v 1.1 1988/11/09 10:35:43 cph Rel $ +$Id: runtime.cbf,v 1.2 1993/08/11 19:13:10 cph Exp $ -Copyright (c) 1988 Massachusetts Institute of Technology +Copyright (c) 1988-93 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -32,4 +32,5 @@ 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:coalescing-constant-warnings? #f)) + (compile-directory ".")) \ No newline at end of file diff --git a/v7/src/sf/sf.cbf b/v7/src/sf/sf.cbf index b4da39fc6..73cb7e820 100644 --- a/v7/src/sf/sf.cbf +++ b/v7/src/sf/sf.cbf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/sf.cbf,v 1.1 1988/11/09 10:36:06 cph Rel $ +$Id: sf.cbf,v 1.2 1993/08/11 19:13:04 cph Exp $ -Copyright (c) 1988 Massachusetts Institute of Technology +Copyright (c) 1988-93 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -32,4 +32,5 @@ 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:coalescing-constant-warnings? #f)) + (compile-directory ".")) \ No newline at end of file diff --git a/v8/src/runtime/runtime.cbf b/v8/src/runtime/runtime.cbf index 1da699718..4df009d51 100644 --- a/v8/src/runtime/runtime.cbf +++ b/v8/src/runtime/runtime.cbf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.cbf,v 1.1 1988/11/09 10:35:43 cph Rel $ +$Id: runtime.cbf,v 1.2 1993/08/11 19:13:10 cph Exp $ -Copyright (c) 1988 Massachusetts Institute of Technology +Copyright (c) 1988-93 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -32,4 +32,5 @@ 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:coalescing-constant-warnings? #f)) + (compile-directory ".")) \ No newline at end of file