Fix to previous fix

This commit is contained in:
ceriel 1991-12-17 11:23:09 +00:00
parent 30de1bcf3f
commit f442ba9141

View file

@ -624,9 +624,9 @@ bss(idf)
#endif /* DBSYMTAB */
if (df->df_type->tp_size <= 0) {
if (df->df_sc != STATIC &&
df->df_type->tp_fund == ARRAY && df->df_type->next) {
df->df_type->tp_fund == ARRAY && df->df_type->tp_up) {
C_df_dnam(idf->id_text);
C_bss_cst(ATW(df->df_type->next->tp_size), (arith)0, 1);
C_bss_cst(ATW(df->df_type->tp_up->tp_size), (arith)0, 1);
}
else error("size of %s unknown (\"%s\", line %d)"
, idf->id_text, df->df_file, df->df_line);