reorganisation of lint code

This commit is contained in:
dick
1988-09-25 17:29:37 +00:00
parent fb854c82ff
commit 3d549e7932
8 changed files with 296 additions and 239 deletions

View File

@@ -225,7 +225,6 @@ initializer(struct idf *idf; int sc;)
#endif DEBUG
#ifdef LINT
change_state(idf, SET);
pre_lint_expr(expr, RVAL, USED);
#endif LINT
code_declaration(idf, expr, level, sc);
}