| 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 */ |
REG_BADPAT, /* \c must be followed by an ASCII character */ |
| 155 |
REG_BADPAT, /* \k is not followed by a braced, angle-bracketed, or quoted name */ |
REG_BADPAT, /* \k is not followed by a braced, angle-bracketed, or quoted name */ |
| 156 |
|
/* 70 */ |
| 157 |
|
REG_BADPAT, /* internal error: unknown opcode in find_fixedlength() */ |
| 158 |
}; |
}; |
| 159 |
|
|
| 160 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |