Imported Upstream version 20170430
[platform/upstream/byacc.git] / test / yacc / pure_error.tab.c
index 6c6ed42..a52a160 100644 (file)
@@ -336,6 +336,9 @@ YYPARSE_DECL()
     }
 #endif
 
+    memset(&yyval,  0, sizeof(yyval));
+    memset(&yylval, 0, sizeof(yylval));
+
     yym = 0;
     yyn = 0;
     yynerrs = 0;