mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-05 02:35:23 +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:
@@ -50,7 +50,7 @@ LispPTR N_OP_putbitsnfd(LispPTR base, LispPTR data, int word_offset,
|
||||
if (beta > 0xFF) { error("bad beta argument to PUTBITS"); }
|
||||
#endif
|
||||
|
||||
if ((SEGMASK & data) != S_POSITIVE) { ERROR_EXIT(data); };
|
||||
if ((SEGMASK & data) != S_POSITIVE) { ERROR_EXIT(data); }
|
||||
|
||||
pword = NativeAligned2FromLAddr(base + word_offset);
|
||||
field_size = 0xF & beta;
|
||||
|
||||
Reference in New Issue
Block a user