mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +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:
@@ -492,7 +492,6 @@ LispPTR native_newframe(int slot)
|
||||
ppvar = (DLword *)newpfra2 - 1;
|
||||
/* ppvar points to IVAR field in Basic frame */
|
||||
return (*((LispPTR *)achain) = STK_HI_RET(GETWORD(ppvar) + fvaroffset));
|
||||
;
|
||||
default: error("Stack corrupted: bad value in name table");
|
||||
} /* end switch */
|
||||
} /* end if */
|
||||
|
||||
Reference in New Issue
Block a user