From: Igor Maravic <[email protected]> Remove unneeded YYSTYPE declaration.
Signed-off-by: Igor Maravic <[email protected]> --- 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 _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
