151 |
REG_BADPAT, /* different names for subpatterns of the same number are not allowed */ |
REG_BADPAT, /* different names for subpatterns of the same number are not allowed */ |
152 |
REG_BADPAT, /* (*MARK) must have an argument */ |
REG_BADPAT, /* (*MARK) must have an argument */ |
153 |
REG_INVARG, /* this version of PCRE is not compiled with PCRE_UCP support */ |
REG_INVARG, /* this version of PCRE is not compiled with PCRE_UCP support */ |
154 |
|
REG_BADPAT, /* \c must be followed by an ASCII character */ |
155 |
}; |
}; |
156 |
|
|
157 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |