0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 01:31:55 +00:00

Fix <=, >=, !=

This commit is contained in:
Pavel Machek 2000-03-10 20:21:12 +00:00
parent ce17d4c165
commit c8d5ffafb7

View File

@ -177,6 +177,10 @@ WHITE [ \t]
<CCOMM><<EOF>> cf_error("Unterminated comment");
<CCOMM>.
\!\= return NEQ;
\<\= return LEQ;
\>\= return GEQ;
%%
static int