]> git.eshelyaron.com Git - emacs.git/commitdiff
(RE_TRANSLATE_P): Define.
authorAndreas Schwab <schwab@suse.de>
Wed, 15 Apr 1998 10:35:44 +0000 (10:35 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 15 Apr 1998 10:35:44 +0000 (10:35 +0000)
src/config.in

index 5a308795567ae12ab3a6f5416759b7dc428d6828..f30156222da76a1b12350a5360255028bed4fa3d 100644 (file)
@@ -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.  */