From: Guillermo J. Rozas Date: Wed, 27 Jun 1990 14:06:35 +0000 (+0000) Subject: Add bit-wise boolean operations to the list of functions the compiler X-Git-Tag: 20090517-FFI~11349 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8310750dfa9cafa6b3ca91132e0ec34352abdb82;p=mit-scheme.git Add bit-wise boolean operations to the list of functions the compiler can open-code and whose results can be shared. Change the date. --- diff --git a/v7/src/compiler/base/utils.scm b/v7/src/compiler/base/utils.scm index c5b61d15f..145110031 100644 --- a/v7/src/compiler/base/utils.scm +++ b/v7/src/compiler/base/utils.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/utils.scm,v 4.15 1990/06/27 14:06:08 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/utils.scm,v 4.16 1990/06/27 14:06:35 jinx Rel $ -Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology +Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and