ports/net/xorp/files/patch-y.tplt__tab.cc
Kurt Jaeger aed832b2a9 net/xorp: fix build
PR:		217152
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reported by:	O. Hartmann <ohartmann@walstatt.org>
Approved by:	hrs (maintainer timeout)
2018-07-14 14:10:29 +00:00

14 lines
335 B
C++

--- rtrmgr/y.tplt_tab.cc.orig 2018-07-12 14:20:17 UTC
+++ rtrmgr/y.tplt_tab.cc
@@ -552,9 +552,9 @@ int
yyparse (YYPARSE_PARAM_ARG)
YYPARSE_PARAM_DECL
{
- register int yym, yyn, yystate;
+ int yym, yyn, yystate;
#if YYDEBUG
- register const char *yys;
+ const char *yys;
if ((yys = getenv("YYDEBUG")))
{