| 126 |
REG_BADPAT, /* (?+ or (?- must be followed by a non-zero number */ |
REG_BADPAT, /* (?+ or (?- must be followed by a non-zero number */ |
| 127 |
REG_BADPAT, /* number is too big */ |
REG_BADPAT, /* number is too big */ |
| 128 |
REG_BADPAT, /* subpattern name expected */ |
REG_BADPAT, /* subpattern name expected */ |
| 129 |
REG_BADPAT /* digit expected after (?+ */ |
REG_BADPAT, /* digit expected after (?+ */ |
| 130 |
|
REG_BADPAT /* ] is an invalid data character in JavaScript compatibility mode */ |
| 131 |
}; |
}; |
| 132 |
|
|
| 133 |
/* Table of texts corresponding to POSIX error codes */ |
/* Table of texts corresponding to POSIX error codes */ |