filename and linenumber info in more places
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user