Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
c8d5ffaf
Commit
c8d5ffaf
authored
Mar 10, 2000
by
Pavel Machek
Browse files
Fix <=, >=, !=
parent
ce17d4c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/cf-lex.l
View file @
c8d5ffaf
...
...
@@ -177,6 +177,10 @@ WHITE [ \t]
<CCOMM><<EOF>> cf_error("Unterminated comment");
<CCOMM>.
\!\= return NEQ;
\<\= return LEQ;
\>\= return GEQ;
%%
static int
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment