diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index f30156222da..782a316cf34 100644 --- a/src/config.in +++ b/src/config.in @@ -355,7 +355,7 @@ Boston, MA 02111-1307, USA. */ #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 |