mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-15 23:51:44 +00:00
Remove old setup_table optimizer workarounds. (#274)
These were for old compilers aren't needed any longer with the new `OPDISP` code arrangement and modern compilers.
This commit is contained in:
9
src/xc.c
9
src/xc.c
@@ -1046,15 +1046,6 @@ nextopcode:
|
||||
case 0377:
|
||||
case377:
|
||||
CLARITHEQUAL;
|
||||
#ifdef OPDISP
|
||||
#ifdef ISC
|
||||
case 0400:
|
||||
goto setup_table; /* to defeat optimizer, so optable exists */
|
||||
#elif (DOS && OPDISP)
|
||||
case 0400: goto setup_table;
|
||||
#endif /* ISC */
|
||||
|
||||
#endif /* OPDISP */
|
||||
|
||||
#ifdef I386
|
||||
/* to defeat the damn optimizer, make it look like */
|
||||
|
||||
Reference in New Issue
Block a user