minor changes concerning void and pre-processor

This commit is contained in:
eck
1989-09-29 16:20:38 +00:00
parent 26cc87efe6
commit 4bde31f78a
22 changed files with 101 additions and 115 deletions

View File

@@ -210,7 +210,7 @@ declare_idf(ds, dc, lvl)
}
else if (type->tp_fund != LABEL) {
/* CJ */
warning("%s has size 0", idf->id_text);
strict("%s has size 0", idf->id_text);
}
}
}