Replace the prefix for yylval to less confusing one.

(Sorry, this should be committed with previous commit to Makefile.)
This commit is contained in:
shin 2000-04-02 05:08:07 +00:00
parent 93a4c91d7e
commit d63032307c

View File

@ -47,7 +47,7 @@
#include <errno.h>
#include "y.tab.h"
#define yylval __libyylval /* XXX */
#define yylval __libipsecyylval /* XXX */
%}
%option noyywrap