Mercurial > emacs
changeset 46276:375e343422ef
(HASH_VALUE): Remove (it's in lisp.h now).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 09 Jul 2002 23:00:17 +0000 |
parents | 0d5f7cc6ce91 |
children | b70ad1d014c3 |
files | src/ccl.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ccl.c Tue Jul 09 10:47:38 2002 +0000 +++ b/src/ccl.c Tue Jul 09 23:00:17 2002 +0000 @@ -71,8 +71,6 @@ /* 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.