# HG changeset patch # User Andreas Schwab # Date 892636544 0 # Node ID 865571797d0badb28e56d81bf7eb77c6e1787a6c # Parent afd0a04106ec32e79a20da8e941652415ff2d4e6 (RE_TRANSLATE_P): Define. diff -r afd0a04106ec -r 865571797d0b src/config.in --- a/src/config.in Wed Apr 15 10:33:18 1998 +0000 +++ b/src/config.in Wed Apr 15 10:35:44 1998 +0000 @@ -356,6 +356,7 @@ /* 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_P(TBL) (XFASTINT (TBL) != 0) #endif /* Avoid link-time collision with system mktime if we will use our own. */