aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 5a308795567..f30156222da 100644
--- a/src/config.in
+++ b/src/config.in
@@ -356,6 +356,7 @@ Boston, MA 02111-1307, USA. */
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#endif 360#endif
360 361
361/* Avoid link-time collision with system mktime if we will use our own. */ 362/* Avoid link-time collision with system mktime if we will use our own. */