fixed bugs, added dynamic buffer allocation to preprocessor

This commit is contained in:
eck
1989-11-22 13:58:36 +00:00
parent 3107e638f8
commit 96da16ce33
24 changed files with 386 additions and 283 deletions

View File

@@ -226,6 +226,7 @@ initializer(struct idf *idf; int sc;)
}
'='
{
if (AHEAD != '{') autoagg = 0;
#ifdef LINT
lint_statement();
#endif LINT