]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the other instance too.
authorKarl Heuer <kwzh@gnu.org>
Tue, 18 Jul 1995 00:34:53 +0000 (00:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 18 Jul 1995 00:34:53 +0000 (00:34 +0000)
src/bytecode.c

index ec3fe12e555896e37272fdff12e3bd1e7bd5ce13..cc5b46047db82627651e932849976db7919ea3e7 100644 (file)
@@ -769,7 +769,7 @@ If the third argument is incorrect, Emacs may crash.")
            }
          else
 #endif
-           TOP = (XINT (num1) == XINT (num2) ? Qt : Qnil);
+           TOP = (XINT (v1) == XINT (v2) ? Qt : Qnil);
          break;
 
        case Bgtr: