# HG changeset patch # User Stefan Monnier # Date 1026255746 0 # Node ID ae7e64529fa0b31f9480abcd108f633fed19745a # Parent b70ad1d014c3ddf30efeb34741c2703b348bd4fd (HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now). diff -r b70ad1d014c3 -r ae7e64529fa0 src/composite.c --- a/src/composite.c Tue Jul 09 23:00:56 2002 +0000 +++ b/src/composite.c Tue Jul 09 23:02:26 2002 +0000 @@ -158,12 +158,6 @@ #define CHAR_WIDTH(c) \ (SINGLE_BYTE_CHAR_P (c) ? 1 : CHARSET_WIDTH (CHAR_CHARSET (c))) -/* The following macros for hash table are copied from fns.c. */ -/* Value is the key part of entry IDX in hash table H. */ -#define HASH_KEY(H, IDX) AREF ((H)->key_and_value, 2 * (IDX)) -/* Value is the value part of entry IDX in hash table H. */ -#define HASH_VALUE(H, IDX) AREF ((H)->key_and_value, 2 * (IDX) + 1) - /* Return COMPOSITION-ID of a composition at buffer position CHARPOS/BYTEPOS and length NCHARS. The `composition' property of the sequence is PROP. STRING, if non-nil, is a string that