(RE_TRANSLATE_P): New macro.
authorAndreas Schwab <schwab@suse.de>
Wed, 15 Apr 1998 10:32:29 +0000 (10:32 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 15 Apr 1998 10:32:29 +0000 (10:32 +0000)
regex.h

diff --git a/regex.h b/regex.h
index 24c568f1c9331eba5230b61f4fc7b72b4806f0a5..7241683798826318b43db17c340d7d0f4ec50ccb 100644 (file)
--- a/regex.h
+++ b/regex.h
@@ -290,6 +290,7 @@ typedef enum
 #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