]> git.eshelyaron.com Git - emacs.git/commitdiff
(AREF): Remove definition.
authorGerd Moellmann <gerd@gnu.org>
Thu, 13 Jul 2000 14:06:15 +0000 (14:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 13 Jul 2000 14:06:15 +0000 (14:06 +0000)
src/composite.c
src/fns.c

index 7da4c579ea76f57a103d948075db18e1a275e42f..41f89fd6024701b5efd71720db31de16d466c89c 100644 (file)
@@ -154,8 +154,6 @@ Lisp_Object composition_temp;
   (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.  */
index b4a67b4ebe450c657ec4d0cdf211189cde7a8652..23ce5259bf4e6b8d95ae4a53da8d14afe441460c 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -3509,10 +3509,6 @@ base64_decode_1 (from, to, length)
    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))