add a space in between the new native type and the old one.

This commit is contained in:
alecf%netscape.com 1999-02-23 02:38:16 +00:00
parent 44a054757e
commit f911166782
2 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,7 @@ do_typedef(TreeState *state)
(long)IDL_INTEGER(IDL_LIST(IDL_TYPE_ARRAY(complex).size_list).
data).value);
} else {
fputs(" ", state->file);
fputs(IDL_IDENT(IDL_LIST(dcls).data).str, state->file);
}
}

View File

@ -303,6 +303,7 @@ do_typedef(TreeState *state)
(long)IDL_INTEGER(IDL_LIST(IDL_TYPE_ARRAY(complex).size_list).
data).value);
} else {
fputs(" ", state->file);
fputs(IDL_IDENT(IDL_LIST(dcls).data).str, state->file);
}
}