X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=regex.h;h=24c568f1c9331eba5230b61f4fc7b72b4806f0a5;hb=a19e601b42a86b59b4af13aa9f960397f5306c38;hp=351ec7f4d97648d30017e3489cadb65ddc150a96;hpb=610a09fffe348e4c40d6352691152ca5b2acc0c3;p=gnulib.git diff --git a/regex.h b/regex.h index 351ec7f4d..24c568f1c 100644 --- a/regex.h +++ b/regex.h @@ -289,6 +289,7 @@ typedef enum #ifndef RE_TRANSLATE_TYPE #define RE_TRANSLATE_TYPE char * +#define RE_TRANSLATE(TBL, C) ((TBL)[C]) #endif struct re_pattern_buffer