diff options
Diffstat (limited to 'regex/regex.h')
-rw-r--r-- | regex/regex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regex/regex.h b/regex/regex.h index 985ad02959..b39c5e178c 100644 --- a/regex/regex.h +++ b/regex/regex.h @@ -40,6 +40,7 @@ API_EXPORT(int) regcomp(regex_t *, const char *, int); /* === regerror.c === */ +#define REG_OKAY 0 #define REG_NOMATCH 1 #define REG_BADPAT 2 #define REG_ECOLLATE 3 |