Mercurial > emacs
changeset 21563:865571797d0b
(RE_TRANSLATE_P): Define.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 15 Apr 1998 10:35:44 +0000 |
parents | afd0a04106ec |
children | 62a4efbdc4b4 |
files | src/config.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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. */