Replace the prefix for yylval to less confusing one.
(Sorry, this should be committed with previous commit to Makefile.)
This commit is contained in:
parent
93a4c91d7e
commit
d63032307c
@ -47,7 +47,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "y.tab.h"
|
#include "y.tab.h"
|
||||||
#define yylval __libyylval /* XXX */
|
#define yylval __libipsecyylval /* XXX */
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%option noyywrap
|
%option noyywrap
|
||||||
|
Loading…
Reference in New Issue
Block a user