Fix to previous fix
authorceriel <none@none>
Tue, 17 Dec 1991 11:23:09 +0000 (11:23 +0000)
committerceriel <none@none>
Tue, 17 Dec 1991 11:23:09 +0000 (11:23 +0000)
lang/cem/cemcom.ansi/code.c

index 899e8a8..d902886 100644 (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);