From: Gurusamy Sarathy Date: Sun, 14 Feb 1999 00:02:11 +0000 (+0000) Subject: perly_c.diff typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=428f79ef10ad4e14667125f22397bceac3e2c65e;p=p5sagit%2Fp5-mst-13.2.git perly_c.diff typo p4raw-id: //depot/perl@2909 --- diff --git a/perly.c b/perly.c index c64d63d..739c347 100644 --- a/perly.c +++ b/perly.c @@ -116,7 +116,7 @@ static short yydgoto[] = { 1, 260, 262, 113, 198, 91, 79, 238, 81, 83, 179, 250, 142, 267, 13, 2, 14, 15, 16, 85, 256, }; -short short yysindex[] = { 0, +static short yysindex[] = { 0, 0, 0, -66, 0, 0, 0, -48, 0, 0, 0, 0, 0, 645, 0, 0, 0, -232, -227, -27, 0, 0, 0, 0, 0, -23, -23, 0, -6, 0, 2099, diff --git a/perly_c.diff b/perly_c.diff index bbf8a8a..cfd369b 100644 --- a/perly_c.diff +++ b/perly_c.diff @@ -165,7 +165,7 @@ --- 117,121 ---- 250, 142, 267, 13, 2, 14, 15, 16, 85, 256, }; -! short short yysindex[] = { 0, +! static short yysindex[] = { 0, 0, 0, -66, 0, 0, 0, -48, 0, 0, 0, 0, 0, 645, 0, 0, 0, -232, -227, -27, 0, *************** diff --git a/vms/perly_c.vms b/vms/perly_c.vms index 5b6ddfd..d2782f1 100644 --- a/vms/perly_c.vms +++ b/vms/perly_c.vms @@ -117,7 +117,7 @@ static short yydgoto[] = { 1, 260, 262, 113, 198, 91, 79, 238, 81, 83, 179, 250, 142, 267, 13, 2, 14, 15, 16, 85, 256, }; -short short yysindex[] = { 0, +static short yysindex[] = { 0, 0, 0, -66, 0, 0, 0, -48, 0, 0, 0, 0, 0, 645, 0, 0, 0, -232, -227, -27, 0, 0, 0, 0, 0, -23, -23, 0, -6, 0, 2099,