Commit 21ffc93
Matthias Kastner
allow NULL_WAVE comparison
NULL_WAVE gets a non-zero binary flag to allow combination with other
binary operations like REQUIRE_WAVE(wv, NULL_WAVE | DOUBLE_WAVE) which
then fails if wv is a double wave.
NULL_WAVE=0x1000 was chosen to ensure enough space for further
WaveTypes() additions from upstream (WM).1 parent a43c599 commit 21ffc93
2 files changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | 483 | | |
487 | 484 | | |
488 | 485 | | |
489 | 486 | | |
490 | 487 | | |
491 | 488 | | |
492 | 489 | | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
| 490 | + | |
| 491 | + | |
497 | 492 | | |
498 | 493 | | |
| 494 | + | |
| 495 | + | |
499 | 496 | | |
500 | 497 | | |
501 | 498 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments