filename and linenumber info in more places

This commit is contained in:
dick
1988-08-29 15:51:48 +00:00
parent d9c4ee208e
commit 8633baee89
16 changed files with 108 additions and 71 deletions

View File

@@ -51,8 +51,10 @@ do_decspecs(ds)
*/
/* some adjustments as described in RM 8.2 */
if (tp == 0)
if (tp == 0) {
ds->ds_notypegiven = 1;
tp = int_type;
}
switch (ds->ds_size) {
case SHORT:
if (tp == int_type)