aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
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 ec3fe12e55..cc5b46047d 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: