# HG changeset patch # User Richard M. Stallman # Date 891504679 0 # Node ID 69bfc7fa462c25c96778f164587a863a1a3f1afc # Parent 91933098b4aed28da229b77d36b9f89a5eb28bb2 (RE_TRANSLATE): Use char_table_translate. diff -r 91933098b4ae -r 69bfc7fa462c src/config.in --- 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. */