aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in2
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. */
355#ifdef emacs /* Don't do this for lib-src. */ 355#ifdef emacs /* Don't do this for lib-src. */
356/* Tell regex.c to use a type compatible with Emacs. */ 356/* Tell regex.c to use a type compatible with Emacs. */
357#define RE_TRANSLATE_TYPE Lisp_Object 357#define RE_TRANSLATE_TYPE Lisp_Object
358#define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C) 358#define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
359#define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0) 359#define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
360#endif 360#endif
361 361