(HASH_VALUE): Remove (it's in lisp.h now).
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Jul 2002 23:00:56 +0000 (23:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 9 Jul 2002 23:00:56 +0000 (23:00 +0000)
src/ChangeLog
src/ccl.c

index d3f98fa..2577037 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 839aedf..18fcad4 100644 (file)
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -71,8 +71,6 @@ Lisp_Object Vtranslation_hash_table_vector;
 /* 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.