1
0
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:
Nick Briggs 2023-01-08 23:26:24 -08:00
parent d95b82ac45
commit b3f97a85c8

View File

@ -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)