Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alan Coopersmith
xgc
Commits
dea36bb8
Commit
dea36bb8
authored
Aug 01, 2005
by
Keith Packard
Browse files
dont initialize yylineno in case the lex variant defines it separately (as
flex does)
parent
ead3a2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
lex.l
View file @
dea36bb8
...
...
@@ -13,7 +13,7 @@
#include "gram.h"
#include "constants.h"
#if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) && !defined(__UNIXOS2__)
int yylineno
= 0
;
int yylineno;
#endif
%}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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