diff options
author | Stephen McCamant <smcc@mit.edu> | 2002-12-09 19:57:07 -0500 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-12-11 10:35:01 +0000 |
commit | caec1979d2248e31dd6f584f10772d0aa0d7cf92 (patch) | |
tree | 8d80f53d24af416e7e1ba8f125db0654a963deea /perly_c.diff | |
parent | dcdfe71d1fa3e8177f52e29e82a4b89579e68ad2 (diff) | |
download | perl-caec1979d2248e31dd6f584f10772d0aa0d7cf92.tar.gz |
Re: Precedence of ? :
Message-Id: <20021210055707.974F073CCC@syllepsis>
p4raw-id: //depot/perl@18285
Diffstat (limited to 'perly_c.diff')
-rw-r--r-- | perly_c.diff | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/perly_c.diff b/perly_c.diff index 84c24f5488..f9981c551f 100644 --- a/perly_c.diff +++ b/perly_c.diff @@ -1,5 +1,5 @@ ---- y.tab.c Mon Sep 30 04:20:57 2002 -+++ perly.c Mon Sep 30 04:18:04 2002 +--- y.tab.c.orig 2002-12-08 00:49:43.000000000 -0500 ++++ y.tab.c 2002-12-08 00:50:29.000000000 -0500 @@ -1,5 +1,5 @@ #ifndef lint -static char yysccsid[] = "@(#)yaccpar 1.8 (Berkeley) 01/20/91"; @@ -124,45 +124,45 @@ }; -short yysindex[] = { 0, +static short yysindex[] = { 0, - 0, 0, -236, 0, 0, 0, -231, 0, 0, 0, - 0, 0, 0, 0, 819, 0, 0, 0, -211, -209, - 3, 0, -209, 0, 0, 0, -32, -32, 0, 23, + 0, 0, -230, 0, 0, 0, -233, 0, 0, 0, + 0, 0, 0, 0, 819, 0, 0, 0, -226, -194, + 27, 0, -194, 0, 0, 0, -32, -32, 0, 32, @@ -251,7 +188,7 @@ - 0, 1859, -173, 350, 0, 2213, -173, 360, 0, 0, - 361, 0, 221, 221, 0, -240, 0, + 0, 1859, -100, 350, 0, 2213, -100, 435, 0, 0, + 443, 0, 289, 289, 0, -229, 0, }; -short yyrindex[] = { 0, +static short yyrindex[] = { 0, 0, 0, 371, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 362, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -293,7 +230,7 @@ - 0, 435, 90, 880, 0, 0, 90, 0, 0, 0, + 0, 465, 90, 880, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 186, 0, }; -short yygindex[] = { 0, +static short yygindex[] = { 0, - 0, 0, 50, 453, 0, 0, -22, 0, 63, 153, - -93, 0, 0, 0, -346, -15, 2480, 0, 1744, 437, - 439, 0, 0, 0, 481, 755, 0, 0, 341, -186, + 0, 0, 116, 486, 0, 0, -4, 0, 63, 153, + -93, 0, 0, 0, -319, -15, 2480, 0, 1744, 470, + 472, 0, 0, 0, 509, -37, 0, 0, 370, -184, @@ -302,7 +239,7 @@ 0, 0, 0, 0, 0, 0, 0, 0, 0, }; #define YYTABLESIZE 5051 -short yytable[] = { 70, +static short yytable[] = { 70, - 198, 300, 75, 64, 60, 280, 228, 60, 279, 64, - 199, 328, 183, 257, 219, 62, 278, 64, 379, 186, - 75, 110, 296, 188, 15, 21, 197, 170, 64, 4, + 198, 300, 75, 64, 312, 280, 228, 120, 279, 64, + 199, 60, 60, 257, 183, 138, 278, 64, 328, 75, + 75, 110, 62, 21, 296, 186, 188, 170, 219, 64, @@ -810,7 +747,7 @@ 0, 0, 0, 0, 114, 114, 114, 0, 114, 114, 114, }; -short yycheck[] = { 15, +static short yycheck[] = { 15, - 94, 44, 41, 36, 59, 41, 41, 123, 44, 36, - 99, 59, 40, 40, 40, 59, 200, 36, 365, 91, - 59, 40, 209, 91, 41, 257, 93, 63, 59, 266, + 94, 44, 41, 36, 58, 41, 41, 45, 44, 36, + 99, 59, 123, 40, 40, 53, 200, 36, 59, 58, + 59, 40, 59, 257, 209, 91, 91, 63, 40, 59, @@ -1324,7 +1261,7 @@ #endif #define YYMAXTOKEN 319 |