mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-12 19:07:38 +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:
@@ -128,7 +128,7 @@ LispPTR aref1(LispPTR array, int index) {
|
||||
break;
|
||||
case 38: retval = (*(((LispPTR *)NativeAligned4FromLAddr(base)) + index)); break;
|
||||
default: error("Not Implemented in gc's aref1 (other types)");
|
||||
};
|
||||
}
|
||||
return (retval);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user