Commit 95f1a7b
authored
remove support for splitting the ceval switch into multiple switches (#4099)
This kludge is from 1992. Any C99 compiler is going to be able to handle the
ceval dispatch switch.
Anyway, we have much bigger switches than the ceval dispatch one around. (See,
e.g., Objects/unicodetype_db.h.)1 parent d7ac061 commit 95f1a7b
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
| |||
1662 | 1659 | | |
1663 | 1660 | | |
1664 | 1661 | | |
1665 | | - | |
1666 | | - | |
1667 | | - | |
1668 | 1662 | | |
1669 | 1663 | | |
1670 | 1664 | | |
| |||
3373 | 3367 | | |
3374 | 3368 | | |
3375 | 3369 | | |
3376 | | - | |
3377 | | - | |
3378 | | - | |
3379 | | - | |
3380 | 3370 | | |
3381 | 3371 | | |
3382 | 3372 | | |
| |||
0 commit comments