summaryrefslogtreecommitdiffstats
path: root/lib/libipsec
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-04-02 05:08:07 +0000
committershin <shin@FreeBSD.org>2000-04-02 05:08:07 +0000
commitd63032307ca41e8bccddbaa5c33bc316d4fae7e6 (patch)
tree302da85dc25162cdfd89c16d02a5ff06157d2ad5 /lib/libipsec
parent93a4c91d7ee6f1ac6023b2c8b15eceb1a78e5ef2 (diff)
downloadFreeBSD-src-d63032307ca41e8bccddbaa5c33bc316d4fae7e6.zip
FreeBSD-src-d63032307ca41e8bccddbaa5c33bc316d4fae7e6.tar.gz
Replace the prefix for yylval to less confusing one.
(Sorry, this should be committed with previous commit to Makefile.)
Diffstat (limited to 'lib/libipsec')
-rw-r--r--lib/libipsec/policy_token.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libipsec/policy_token.l b/lib/libipsec/policy_token.l
index c9737cb..fc11d09 100644
--- a/lib/libipsec/policy_token.l
+++ b/lib/libipsec/policy_token.l
@@ -47,7 +47,7 @@
#include <errno.h>
#include "y.tab.h"
-#define yylval __libyylval /* XXX */
+#define yylval __libipsecyylval /* XXX */
%}
%option noyywrap
OpenPOWER on IntegriCloud