#| -*-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
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
#| -*-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
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
#| -*-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
;;;; 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
#| -*-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
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
#| -*-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
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
#| -*-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
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