changeset 22238:fd2b7dede9cd

(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 May 1998 20:15:45 +0000
parents 566c88b62de6
children 0a666cecb85d
files src/config.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Mon May 25 20:14:54 1998 +0000
+++ b/src/config.in	Mon May 25 20:15:45 1998 +0000
@@ -355,7 +355,7 @@
 #ifdef emacs /* Don't do this for lib-src.  */
 /* Tell regex.c to use a type compatible with Emacs.  */
 #define RE_TRANSLATE_TYPE Lisp_Object
-#define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C)
+#define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
 #define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
 #endif