| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 /* 20100419/1711/sbr: the following list represent all macros defined in the | 1 /* 20100419/1711/sbr: the following list represent all macros defined in the |
| 2 ceval.c main interpreter dispatch loop; they are all undefined here so as | 2 ceval.c main interpreter dispatch loop; they are all undefined here so as |
| 3 to allow the *_SysDefault routine to properly redefine all of its macros | 3 to allow the *_SysDefault routine to properly redefine all of its macros |
| 4 immaculately... | 4 immaculately... |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 #undef TARGET_WITH_IMPL | 7 #undef TARGET_WITH_IMPL |
| 8 #undef TARGET | 8 #undef TARGET |
| 9 #undef DISPATCH | 9 #undef DISPATCH |
| 10 #undef FAST_DISPATCH | 10 #undef FAST_DISPATCH |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 40 #undef BASIC_POP | 40 #undef BASIC_POP |
| 41 #undef PUSH | 41 #undef PUSH |
| 42 #undef POP | 42 #undef POP |
| 43 #undef STACKADJ | 43 #undef STACKADJ |
| 44 #undef EXT_POP | 44 #undef EXT_POP |
| 45 #undef GETLOCAL | 45 #undef GETLOCAL |
| 46 #undef SETLOCAL | 46 #undef SETLOCAL |
| 47 | 47 |
| 48 #undef UNWIND_BLOCK | 48 #undef UNWIND_BLOCK |
| 49 #undef UNWIND_EXCEPT_HANDLER | 49 #undef UNWIND_EXCEPT_HANDLER |
| LEFT | RIGHT |