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