initial small modifications for lint

This commit is contained in:
dick
1988-08-19 13:55:22 +00:00
parent 5a62a2d8df
commit f8dfcefb0b
19 changed files with 94 additions and 62 deletions

View File

@@ -12,6 +12,7 @@
#include "idf.h"
#include "label.h"
#include "expr.h"
#include "code.h"
#include "noRoption.h"
extern char options[];
@@ -337,5 +338,7 @@ identifier(struct idf **idfp;) :
|
TYPE_IDENTIFIER
]
{*idfp = dot.tk_idf;}
{
*idfp = dot.tk_idf;
}
;