From: Stephen Adams Date: Sat, 11 Feb 1995 01:59:38 +0000 (+0000) Subject: Added set-interrupt-enables! to the list of uninteresting possible X-Git-Tag: 20090517-FFI~6658 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9f502ecb6e42e884c0a5efb54c9e71bb2d4eeb0c;p=mit-scheme.git Added set-interrupt-enables! to the list of uninteresting possible delta-reductions. --- diff --git a/v8/src/compiler/midend/cleanup.scm b/v8/src/compiler/midend/cleanup.scm index fbda95dc8..37badb697 100644 --- a/v8/src/compiler/midend/cleanup.scm +++ b/v8/src/compiler/midend/cleanup.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: cleanup.scm,v 1.6 1995/02/02 05:01:54 adams Exp $ +$Id: cleanup.scm,v 1.7 1995/02/11 01:59:38 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -221,6 +221,7 @@ MIT in each case. |# %vector %vector-cons %floating-vector-cons + set-interrupt-enables! string-allocate %string-allocate %vector-index))