summaryrefslogtreecommitdiff
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-07-18 00:34:53 +0000
committerKarl Heuer <kwzh@gnu.org>1995-07-18 00:34:53 +0000
commit78ea735b4cbd60f3fc7ad51a23c144b679e267f0 (patch)
tree1efcf5c3c39b850c336c4eac5a3ace810f50471e /src/bytecode.c
parent57e90deb4e241b77b1dd3fd5db210e9796dc844e (diff)
downloademacs-78ea735b4cbd60f3fc7ad51a23c144b679e267f0.tar.gz
Fix the other instance too.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index ec3fe12e555..cc5b46047db 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -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: