mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-17 21:17:35 +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:
@@ -498,7 +498,7 @@ void OP_subrcall(int subr_no, int argnum) {
|
||||
N_GETNUMBER(args[0], iarg, ret_nil);
|
||||
ARITH_SWITCH(LAddrFromNative(iarg), TopOfStack);
|
||||
break;
|
||||
};
|
||||
}
|
||||
*/
|
||||
TopOfStack = NIL_PTR;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user