| 141 |
REG_BADPAT, /* number is too big */ |
REG_BADPAT, /* number is too big */ |
| 142 |
REG_BADPAT, /* subpattern name expected */ |
REG_BADPAT, /* subpattern name expected */ |
| 143 |
REG_BADPAT, /* digit expected after (?+ */ |
REG_BADPAT, /* digit expected after (?+ */ |
| 144 |
REG_BADPAT /* ] is an invalid data character in JavaScript compatibility mode */ |
REG_BADPAT, /* ] is an invalid data character in JavaScript compatibility mode */ |
| 145 |
|
/* 65 */ |
| 146 |
|
REG_BADPAT /* different names for subpatterns of the same number are not allowed */ |
| 147 |
}; |
}; |
| 148 |
|
|
| 149 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |