mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-25 16:30:00 +00:00
Move misplaced 'break' out of 'if' consequent
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user