1
0
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:
Bruce Mitchener
2021-01-24 11:14:19 +07:00
committed by GitHub
parent 9e9f8c4475
commit 0d6fae222f

View File

@@ -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 */