changeset 1327:25dd289d21bf

(RE_TRANSLATE_P): New macro.
author Andreas Schwab <schwab@suse.de>
date Wed, 15 Apr 1998 10:32:29 +0000
parents bf0e53366c55
children 0aa10b723959
files regex.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/regex.h
+++ b/regex.h
@@ -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