fixed bugs with prototype scopes

This commit is contained in:
eck
1990-09-12 16:36:16 +00:00
parent 4489689f71
commit 3102132019
6 changed files with 55 additions and 25 deletions

View File

@@ -193,7 +193,6 @@ init_declarator(register struct decspecs *ds;)
declarator(&Dc)
{
reject_params(&Dc);
def_proto(&Dc);
declare_idf(ds, &Dc, level);
#ifdef LINT
lint_declare_idf(Dc.dc_idf, ds->ds_sc);