| 714 |
opcode, are not the correct length. It seems to be the only way to do |
opcode, are not the correct length. It seems to be the only way to do |
| 715 |
such a check at compile time, as the sizeof() operator does not work |
such a check at compile time, as the sizeof() operator does not work |
| 716 |
in the C preprocessor. */ |
in the C preprocessor. */ |
| 717 |
|
|
| 718 |
case OP_TABLE_LENGTH: |
case OP_TABLE_LENGTH: |
| 719 |
case OP_TABLE_LENGTH + |
case OP_TABLE_LENGTH + |
| 720 |
((sizeof(coptable) == OP_TABLE_LENGTH) && |
((sizeof(coptable) == OP_TABLE_LENGTH) && |
| 721 |
(sizeof(poptable) == OP_TABLE_LENGTH)): |
(sizeof(poptable) == OP_TABLE_LENGTH)): |
| 722 |
break; |
break; |
| 723 |
|
|
| 724 |
/* ========================================================================== */ |
/* ========================================================================== */ |
| 725 |
/* Reached a closing bracket. If not at the end of the pattern, carry |
/* Reached a closing bracket. If not at the end of the pattern, carry |