comparison src/config.in @ 21563:865571797d0b

(RE_TRANSLATE_P): Define.
author Andreas Schwab <schwab@suse.de>
date Wed, 15 Apr 1998 10:35:44 +0000
parents 8807303bc8c9
children fd2b7dede9cd
comparison
equal deleted inserted replaced
21562:afd0a04106ec 21563:865571797d0b
354 354
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 #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. */
362 #if ! HAVE_MKTIME || BROKEN_MKTIME 363 #if ! HAVE_MKTIME || BROKEN_MKTIME
363 #define mktime emacs_mktime 364 #define mktime emacs_mktime