summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libaccess/acl.tab.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libaccess/acl.tab.cpp b/lib/libaccess/acl.tab.cpp
index 6cab7d97..5f6610d9 100644
--- a/lib/libaccess/acl.tab.cpp
+++ b/lib/libaccess/acl.tab.cpp
@@ -724,7 +724,7 @@ int acl_Parse(void)
int acl_Parse()
#endif
{
- register ACLSTYPE *aclpvt; /* top of value stack for $vars */
+ register ACLSTYPE *aclpvt = 0; /* top of value stack for $vars */
#if defined(__cplusplus) || defined(lint)
/*
@@ -737,7 +737,6 @@ int acl_Parse()
case 1: goto aclerrlab;
case 2: goto aclnewstate;
}
- aclpvt = 0;
#endif
/*