diff options
author | Hugo van der Sanden <hv@crypt.org> | 2002-12-20 00:35:27 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-12-23 03:36:26 +0000 |
commit | e9bdcc27a1d9b3f31b4d8c3678dd1346910c9b4d (patch) | |
tree | dca7ea6b1fcce75741a00aa3b14cc349dbf9354f /perly_c.diff | |
parent | f800e14d03e1bfa2cf42b86e56c0183cd5875618 (diff) | |
download | perl-e9bdcc27a1d9b3f31b4d8c3678dd1346910c9b4d.tar.gz |
Reverse #18285, for reasons given in:
Subject: Re: Precedence of ? :
Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
p4raw-id: //depot/perl@18336
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 f9981c551f..84c24f5488 100644 --- a/perly_c.diff +++ b/perly_c.diff @@ -1,5 +1,5 @@ ---- y.tab.c.orig 2002-12-08 00:49:43.000000000 -0500 -+++ y.tab.c 2002-12-08 00:50:29.000000000 -0500 +--- y.tab.c Mon Sep 30 04:20:57 2002 ++++ perly.c Mon Sep 30 04:18:04 2002 @@ -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, -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, + 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, @@ -251,7 +188,7 @@ - 0, 1859, -100, 350, 0, 2213, -100, 435, 0, 0, - 443, 0, 289, 289, 0, -229, 0, + 0, 1859, -173, 350, 0, 2213, -173, 360, 0, 0, + 361, 0, 221, 221, 0, -240, 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, 362, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -293,7 +230,7 @@ - 0, 465, 90, 880, 0, 0, 90, 0, 0, 0, + 0, 435, 90, 880, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 186, 0, }; -short yygindex[] = { 0, +static short yygindex[] = { 0, - 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, + 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, @@ -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, 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, + 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, @@ -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, 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, + 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, @@ -1324,7 +1261,7 @@ #endif #define YYMAXTOKEN 319 |