From: Gerd Moellmann Date: Sat, 6 Oct 2001 23:37:52 +0000 (+0000) Subject: (Fbyte_code): Use MOST_POSITIVE_FIXNUM. X-Git-Tag: ttn-vms-21-2-B4~19686 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f28e63712d9f08242a34ad4fd23182c11b4d6461;p=emacs.git (Fbyte_code): Use MOST_POSITIVE_FIXNUM. --- 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<