Commit fee8fc3
committed
mg.c: Add asserts
These two switch() statements handle magic names. We now have a quick
way to determine if the first character of a name is magic. Assert that
the cases of the switch match. This will tell us if something gets
out-of-sync.1 parent 0eb8960 commit fee8fc3
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
909 | 912 | | |
910 | 913 | | |
911 | 914 | | |
| |||
3016 | 3019 | | |
3017 | 3020 | | |
3018 | 3021 | | |
| 3022 | + | |
| 3023 | + | |
3019 | 3024 | | |
3020 | 3025 | | |
3021 | 3026 | | |
| |||
0 commit comments