mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-05 16:04:45 +00:00
Remove extra semicolons, convert #define x() {...} to do {...} while (0) style (#444)
* Remove extra semicolons, convert #define x() {...} to do {...} while (0) style
* Fix missing brace in INIT-specific definition of init_kbd_startup
This commit is contained in:
4
src/xc.c
4
src/xc.c
@@ -199,7 +199,7 @@ void dispatch(void) {
|
||||
&&case350, &&case351, &&case352, &&case353, &&case354, &&case355, &&case356, &&case357,
|
||||
&&case360, &&case361, &&case362, &&case363, &&case364, &&case365, &&case366, &&case367,
|
||||
&&case370, &&case371, &&case372, &&case373, &&case374, &&case375, &&case376, &&case377,
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
#if (DOS && OPDISP)
|
||||
@@ -647,7 +647,7 @@ nextopcode:
|
||||
OP_subrcall(Get_BYTE_PCMAC1, Get_BYTE_PCMAC2);
|
||||
RET;
|
||||
nextop0;
|
||||
};
|
||||
}
|
||||
case 0176:
|
||||
case176 : { CONTEXTSWITCH; }
|
||||
case 0177:
|
||||
|
||||
Reference in New Issue
Block a user