diff src/config.in @ 21340:69bfc7fa462c

(RE_TRANSLATE): Use char_table_translate.
author Richard M. Stallman <rms@gnu.org>
date Thu, 02 Apr 1998 08:11:19 +0000
parents adb8a0943fc1
children d2b302f002af
line wrap: on
line diff
--- a/src/config.in	Thu Apr 02 08:10:56 1998 +0000
+++ b/src/config.in	Thu Apr 02 08:11:19 1998 +0000
@@ -348,7 +348,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) XINT (Faref (TBL, make_number (C)))
+#define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C)
 #endif
 
 /* Avoid link-time collision with system mktime if we will use our own.  */