From: Gerd Moellmann Date: Sat, 6 Oct 2001 23:36:22 +0000 (+0000) Subject: (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix. X-Git-Tag: ttn-vms-21-2-B4~19687 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e3bf02a1fddc09f183b5cacd76b104f620279bd;p=emacs.git (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix. (METER_CODE): Use MOST_POSITIVE_FIXNUM. --- diff --git a/src/bytecode.c b/src/bytecode.c index 48739234a6d..2c4e1cca48d 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -66,16 +66,16 @@ int byte_metering_on; #define METER_1(code) METER_2 (0, (code)) -#define METER_CODE(last_code, this_code) \ -{ \ - if (byte_metering_on) \ - { \ - if (METER_1 (this_code) != ((1<