diff options
author | Robin Houston <robin@cpan.org> | 2001-03-14 00:43:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-14 02:40:50 +0000 |
commit | 36c66720946952b050ad9db88444230a58b3c69d (patch) | |
tree | 695d8454479dd4db316880a24d7e7e4135014018 /perly_c.diff | |
parent | 30def704cafa11862a4b1be8a6e882e725a22b02 (diff) | |
download | perl-36c66720946952b050ad9db88444230a58b3c69d.tar.gz |
Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
p4raw-id: //depot/perl@9139
Diffstat (limited to 'perly_c.diff')
-rw-r--r-- | perly_c.diff | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/perly_c.diff b/perly_c.diff index 0cfe10f8d7..20990601d7 100644 --- a/perly_c.diff +++ b/perly_c.diff @@ -1,7 +1,7 @@ *** y.tab.c.orig Thu Aug 26 22:31:26 1999 --- y.tab.c Thu Aug 26 22:32:22 1999 *************** -*** 1447,1456 **** +*** 1448,1457 **** yyparse() { register int yym, yyn, yystate; @@ -12,7 +12,7 @@ if (yys = getenv("YYDEBUG")) { yyn = *yys; ---- 1447,1476 ---- +--- 1448,1477 ---- yyparse() { register int yym, yyn, yystate; @@ -44,8 +44,8 @@ { yyn = *yys; *************** -*** 1463,1468 **** ---- 1483,1498 ---- +*** 1464,1469 **** +--- 1484,1499 ---- yyerrflag = 0; yychar = (-1); @@ -63,7 +63,7 @@ yyvsp = yyvs; *yyssp = yystate = 0; *************** -*** 1493,1499 **** +*** 1494,1500 **** #endif if (yyssp >= yyss + yystacksize - 1) { @@ -71,7 +71,7 @@ } *++yyssp = yystate = yytable[yyn]; *++yyvsp = yylval; ---- 1523,1541 ---- +--- 1524,1542 ---- #endif if (yyssp >= yyss + yystacksize - 1) { @@ -92,7 +92,7 @@ *++yyssp = yystate = yytable[yyn]; *++yyvsp = yylval; *************** -*** 1534,1540 **** +*** 1535,1541 **** #endif if (yyssp >= yyss + yystacksize - 1) { @@ -100,7 +100,7 @@ } *++yyssp = yystate = yytable[yyn]; *++yyvsp = yylval; ---- 1576,1594 ---- +--- 1577,1595 ---- #endif if (yyssp >= yyss + yystacksize - 1) { @@ -121,7 +121,7 @@ *++yyssp = yystate = yytable[yyn]; *++yyvsp = yylval; *************** -*** 2473,2487 **** +*** 2481,2495 **** #endif if (yyssp >= yyss + yystacksize - 1) { @@ -137,7 +137,7 @@ yyaccept: ! return (0); } ---- 2527,2575 ---- +--- 2535,2583 ---- #endif if (yyssp >= yyss + yystacksize - 1) { |