mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
PR: 217152 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: O. Hartmann <ohartmann@walstatt.org> Approved by: hrs (maintainer timeout)
14 lines
337 B
C++
14 lines
337 B
C++
--- rtrmgr/y.opcmd_tab.cc.orig 2018-07-12 14:13:19 UTC
|
|
+++ rtrmgr/y.opcmd_tab.cc
|
|
@@ -684,9 +684,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")))
|
|
{
|