adapted to integration into cemcom.ansi

This commit is contained in:
dick
1990-12-06 14:56:42 +00:00
parent cbdb0088c5
commit 9507d33945
17 changed files with 157 additions and 43 deletions

View File

@@ -161,10 +161,7 @@ non_function(register struct decspecs *ds; register struct declarator *dc;)
]
{
#ifdef LINT
if (dc->dc_idf->id_def->df_type->tp_fund == FUNCTION)
def2decl(ds->ds_sc);
if (dc->dc_idf->id_def->df_sc != TYPEDEF)
outdef();
lint_non_function_decl(ds, dc);
#endif LINT
}
[