]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fbyte_code): Fix variable names in previous change.
authorKarl Heuer <kwzh@gnu.org>
Tue, 18 Jul 1995 00:30:09 +0000 (00:30 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 18 Jul 1995 00:30:09 +0000 (00:30 +0000)
src/bytecode.c

index ac2e3ab182466b3bedf2e6b97fb5ed57a6d9fc21..ec3fe12e555896e37272fdff12e3bd1e7bd5ce13 100644 (file)
@@ -759,7 +759,7 @@ If the third argument is incorrect, Emacs may crash.")
          CHECK_NUMBER_OR_FLOAT_COERCE_MARKER (v1, 0);
          CHECK_NUMBER_OR_FLOAT_COERCE_MARKER (v2, 0);
 #ifdef LISP_FLOAT_TYPE
-         if (FLOATP (num1) || FLOATP (num2))
+         if (FLOATP (v1) || FLOATP (v2))
            {
              double f1, f2;