# HG changeset patch # User Gerd Moellmann # Date 1002411382 0 # Node ID 4baf64844f9cf5fd308b0233322b731a60fd4ca2 # Parent a0bf0cb8ff3ea78cc407bb0106ea4b89b0242897 (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix. (METER_CODE): Use MOST_POSITIVE_FIXNUM. diff -r a0bf0cb8ff3e -r 4baf64844f9c src/bytecode.c --- a/src/bytecode.c Sat Oct 06 23:32:01 2001 +0000 +++ b/src/bytecode.c Sat Oct 06 23:36:22 2001 +0000 @@ -66,16 +66,16 @@ #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<