diff src/regex.h @ 21561:e6e2f267eb56

(RE_TRANSLATE_P): New macro.
author Andreas Schwab <schwab@suse.de>
date Wed, 15 Apr 1998 10:32:29 +0000
parents 083eba7e6a53
children 1f69452af743
line wrap: on
line diff
--- a/src/regex.h	Wed Apr 15 10:13:07 1998 +0000
+++ b/src/regex.h	Wed Apr 15 10:32:29 1998 +0000
@@ -290,6 +290,7 @@
 #ifndef RE_TRANSLATE_TYPE 
 #define RE_TRANSLATE_TYPE char *
 #define RE_TRANSLATE(TBL, C) ((TBL)[C])
+#define RE_TRANSLATE_P(TBL) (TBL)
 #endif
 
 struct re_pattern_buffer