mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
Move misplaced 'break' out of 'if' consequent
This commit is contained in:
parent
d95b82ac45
commit
b3f97a85c8
@ -101,9 +101,8 @@ void prindatum(LispPTR x) {
|
||||
newstring = (NEWSTRINGP *)NativeAligned4FromLAddr(x);
|
||||
if (newstring->stringp) {
|
||||
print_NEWstring(x);
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
default: dtd_base = (struct dtd *)GetDTD(typen); printf("{");
|
||||
#ifdef BIGVM
|
||||
if ((typename = dtd_base->dtd_name) != 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user