Mercurial > emacs
changeset 30171:4c2d8e4d00e0
(AREF): Remove definition.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 13 Jul 2000 14:06:15 +0000 |
parents | b8563bb18e71 |
children | 5a375a2cdd3a |
files | src/composite.c src/fns.c |
diffstat | 2 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.c Wed Jul 12 18:25:40 2000 +0000 +++ b/src/composite.c Thu Jul 13 14:06:15 2000 +0000 @@ -154,8 +154,6 @@ (SINGLE_BYTE_CHAR_P (c) ? 1 : CHARSET_WIDTH (CHAR_CHARSET (c))) /* The following macros for hash table are copied from fns.c. */ -/* Return the contents of vector V at index IDX. */ -#define AREF(V, IDX) XVECTOR (V)->contents[IDX] /* 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. */
--- a/src/fns.c Wed Jul 12 18:25:40 2000 +0000 +++ b/src/fns.c Thu Jul 13 14:06:15 2000 +0000 @@ -3509,10 +3509,6 @@ if a `:linear-search t' argument is given to make-hash-table. */ -/* Return the contents of vector V at index IDX. */ - -#define AREF(V, IDX) XVECTOR (V)->contents[IDX] - /* Value is the key part of entry IDX in hash table H. */ #define HASH_KEY(H, IDX) AREF ((H)->key_and_value, 2 * (IDX))