From 3b3c392e43ce1a4d4ebf98a9308d0d7d35588db3 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 9 Dec 1993 01:17:55 +0000 Subject: [PATCH] Fix typo in last change. --- v7/src/compiler/back/bittop.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))))))) -- 2.25.1