mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 03:51:32 +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:
@@ -220,7 +220,7 @@ static unsigned short stringequalhash(LispPTR obj) {
|
||||
return (EQHASHINGBITS(obj));
|
||||
break;
|
||||
default: return (EQHASHINGBITS(obj));
|
||||
};
|
||||
}
|
||||
|
||||
if (fatp) {
|
||||
unsigned short *fat;
|
||||
@@ -288,7 +288,7 @@ static unsigned short stringhash(LispPTR obj) {
|
||||
return (EQHASHINGBITS(obj));
|
||||
break;
|
||||
default: return (EQHASHINGBITS(obj));
|
||||
}; /* switch */
|
||||
} /* switch */
|
||||
|
||||
if (fatp) {
|
||||
unsigned short *fat;
|
||||
|
||||
Reference in New Issue
Block a user