emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ccl.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ccl.c
Date: Tue, 09 Jul 2002 19:00:17 -0400

Index: emacs/src/ccl.c
diff -c emacs/src/ccl.c:1.77 emacs/src/ccl.c:1.78
*** emacs/src/ccl.c:1.77        Fri Jul  5 14:54:22 2002
--- emacs/src/ccl.c     Tue Jul  9 19:00:17 2002
***************
*** 71,78 ****
  /* 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.
--- 71,76 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]