[Xorp-hackers] [PATCH] xorp: policy: Fix for BSD

igorm at etf.rs igorm at etf.rs
Wed Oct 10 00:58:38 PDT 2012


From: Igor Maravic <igorm at etf.rs>

Remove unneeded YYSTYPE declaration.

Signed-off-by: Igor Maravic <igorm at etf.rs>
---
 xorp/policy/policy.ll |    1 -
 1 file changed, 1 deletion(-)

diff --git a/xorp/policy/policy.ll b/xorp/policy/policy.ll
index 05e61f0..e12842c 100644
--- a/xorp/policy/policy.ll
+++ b/xorp/policy/policy.ll
@@ -10,7 +10,6 @@
 #include "policy/policy_parser.hh"
 
 #if defined(NEED_LEX_H_HACK)
-extern YYSTYPE tpltlval;
 #include "y.policy_parser_tab.cc.h"
 #else
 #include "y.policy_parser_tab.hh"
-- 
1.7.9.5



More information about the Xorp-hackers mailing list