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

igorm at etf.rs igorm at etf.rs
Tue Oct 9 02:49:36 PDT 2012


From: Igor Maravic <igorm at etf.rs>

Remove unneeded YYSTYPE declaration.

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

diff --git a/xorp/policy/backend/backend.ll b/xorp/policy/backend/backend.ll
index e369ff7..efd8c61 100644
--- a/xorp/policy/backend/backend.ll
+++ b/xorp/policy/backend/backend.ll
@@ -8,7 +8,6 @@
 #include "policy/backend/policy_backend_parser.hh"
 
 #if defined(NEED_LEX_H_HACK)
-extern YYSTYPE tpltlval;
 #include "y.policy_backend_parser_tab.cc.h"
 #else
 #include "y.policy_backend_parser_tab.hh"
-- 
1.7.9.5



More information about the Xorp-hackers mailing list