+2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
+
+ * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
+
2002-07-09 Kenichi Handa <handa@etl.go.jp>
* callproc.c (Fcall_process): Fix previous change.
/* Return a hash table of id number ID. */
#define GET_HASH_TABLE(id) \
(XHASH_TABLE (XCDR(XVECTOR(Vtranslation_hash_table_vector)->contents[(id)])))
-/* Copied from fns.c. */
-#define HASH_VALUE(H, IDX) AREF ((H)->key_and_value, 2 * (IDX) + 1)
/* CCL (Code Conversion Language) is a simple language which has
operations on one input buffer, one output buffer, and 7 registers.