| 372 |
error if the vector eint, which is indexed by compile-time error number, is |
error if the vector eint, which is indexed by compile-time error number, is |
| 373 |
not the correct length. It seems to be the only way to do such a check at |
not the correct length. It seems to be the only way to do such a check at |
| 374 |
compile time, as the sizeof() operator does not work in the C preprocessor. |
compile time, as the sizeof() operator does not work in the C preprocessor. |
| 375 |
As all the PCRE_ERROR_xxx values are negative, we can use 0 and 1. */ |
As all the PCRE_ERROR_xxx values are negative, we can use 0 and 1. */ |
| 376 |
|
|
| 377 |
case 0: |
case 0: |
| 378 |
case (sizeof(eint)/sizeof(int) == ERRCOUNT): |
case (sizeof(eint)/sizeof(int) == ERRCOUNT): |