Fix <=, >=, !=
This commit is contained in:
parent
ce17d4c165
commit
c8d5ffafb7
1 changed files with 4 additions and 0 deletions
|
@ -177,6 +177,10 @@ WHITE [ \t]
|
||||||
<CCOMM><<EOF>> cf_error("Unterminated comment");
|
<CCOMM><<EOF>> cf_error("Unterminated comment");
|
||||||
<CCOMM>.
|
<CCOMM>.
|
||||||
|
|
||||||
|
\!\= return NEQ;
|
||||||
|
\<\= return LEQ;
|
||||||
|
\>\= return GEQ;
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue