From: Andreas Schwab Date: Wed, 15 Apr 1998 10:35:44 +0000 (+0000) Subject: (RE_TRANSLATE_P): Define. X-Git-Tag: emacs-20.3~1512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7874f8a69569dbafb9f784f2cbd451b2da34eefe;p=emacs.git (RE_TRANSLATE_P): Define. --- 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. */ /* 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. */