From 2e3bf02a1fddc09f183b5cacd76b104f620279bd Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 6 Oct 2001 23:36:22 +0000 Subject: [PATCH] (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix. (METER_CODE): Use MOST_POSITIVE_FIXNUM. --- src/bytecode.c | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) 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<