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 e986344ec24..17162ca37e0 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -348,7 +348,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 348 | #ifdef emacs /* Don't do this for lib-src. */ | 348 | #ifdef emacs /* Don't do this for lib-src. */ |
| 349 | /* Tell regex.c to use a type compatible with Emacs. */ | 349 | /* Tell regex.c to use a type compatible with Emacs. */ |
| 350 | #define RE_TRANSLATE_TYPE Lisp_Object | 350 | #define RE_TRANSLATE_TYPE Lisp_Object |
| 351 | #define RE_TRANSLATE(TBL, C) XINT (Faref (TBL, make_number (C))) | 351 | #define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C) |
| 352 | #endif | 352 | #endif |
| 353 | 353 | ||
| 354 | /* Avoid link-time collision with system mktime if we will use our own. */ | 354 | /* Avoid link-time collision with system mktime if we will use our own. */ |