mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +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:
@@ -457,7 +457,7 @@ void init_for_bltchar(void) {
|
||||
if (!for_makeinit) {
|
||||
BLTCHAR_index = get_package_atom("\\MAIKO.PUNTBLTCHAR", 18, IL, 9, NIL);
|
||||
TEDIT_BLTCHAR_index = get_package_atom("\\TEDIT.BLTCHAR", 14, IL, 9, NIL);
|
||||
};
|
||||
}
|
||||
TOPWDS68k = MakeAtom68k("\\TOPWDS");
|
||||
|
||||
#ifdef COLOR
|
||||
|
||||
Reference in New Issue
Block a user