From f28e63712d9f08242a34ad4fd23182c11b4d6461 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 6 Oct 2001 23:37:52 +0000 Subject: [PATCH] (Fbyte_code): Use MOST_POSITIVE_FIXNUM. --- src/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bytecode.c b/src/bytecode.c index 2c4e1cca48d..f8ecc4f64c0 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -699,7 +699,7 @@ If the third argument is incorrect, Emacs may crash.") v1 = TOP; v2 = Fget (v1, Qbyte_code_meter); if (INTEGERP (v2) - && XINT (v2) != ((1<