Fix typo in last change.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 9 Dec 1993 01:17:55 +0000 (01:17 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 9 Dec 1993 01:17:55 +0000 (01:17 +0000)
v7/src/compiler/back/bittop.scm

index 9ee7c6f9530c2be4b8777a4c7c5008706b7314b8..1f333b6c7cbd30e7fca143466703a05ccadc5939 100644 (file)
@@ -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)))))))