diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex.h b/src/regex.h index 24c568f1c93..72416837988 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -290,6 +290,7 @@ typedef enum | |||
| 290 | #ifndef RE_TRANSLATE_TYPE | 290 | #ifndef RE_TRANSLATE_TYPE |
| 291 | #define RE_TRANSLATE_TYPE char * | 291 | #define RE_TRANSLATE_TYPE char * |
| 292 | #define RE_TRANSLATE(TBL, C) ((TBL)[C]) | 292 | #define RE_TRANSLATE(TBL, C) ((TBL)[C]) |
| 293 | #define RE_TRANSLATE_P(TBL) (TBL) | ||
| 293 | #endif | 294 | #endif |
| 294 | 295 | ||
| 295 | struct re_pattern_buffer | 296 | struct re_pattern_buffer |