mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
50e5b475ca
commit
f018cfad89
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include "y.tab.h"
|
||||
#define yylval __libyylval /* XXX */
|
||||
#define yylval __libipsecyylval /* XXX */
|
||||
%}
|
||||
|
||||
%option noyywrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue