From: Guillermo J. Rozas Date: Thu, 9 Dec 1993 01:17:55 +0000 (+0000) Subject: Fix typo in last change. X-Git-Tag: 20090517-FFI~7378 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3b3c392e43ce1a4d4ebf98a9308d0d7d35588db3;p=mit-scheme.git Fix typo in last change. --- diff --git a/v7/src/compiler/back/bittop.scm b/v7/src/compiler/back/bittop.scm index 9ee7c6f95..1f333b6c7 100644 --- a/v7/src/compiler/back/bittop.scm +++ b/v7/src/compiler/back/bittop.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: bittop.scm,v 1.17 1993/12/08 23:48:58 gjr Exp $ +$Id: bittop.scm,v 1.18 1993/12/09 01:17:55 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -102,7 +102,7 @@ MIT in each case. |# (cond (any-modified? (continue false count)) ((or (zero? number-of-vars) - (not *padding-present*?)) + (not *padding-present?*)) count) (else (continue (not widening?) count)))))))