From 7596a6b565a4f64da4895ba3d399266e23c3e771 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 15 Apr 1998 10:32:29 +0000 Subject: [PATCH] (RE_TRANSLATE_P): New macro. --- regex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/regex.h b/regex.h index 24c568f1c9..7241683798 100644 --- 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 -- 2.30.2