From: Gurusamy Sarathy Date: Wed, 3 Feb 1999 03:32:31 +0000 (+0000) Subject: PL_uuemap[] init needs help for sizeof() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7575fa06ca7baf15c82a0561c39ca2f5cbfe534c;p=p5sagit%2Fp5-mst-13.2.git PL_uuemap[] init needs help for sizeof() p4raw-id: //depot/perl@2805 --- diff --git a/perl.h b/perl.h index c493bd0..1b44aa6 100644 --- a/perl.h +++ b/perl.h @@ -1936,7 +1936,7 @@ EXTCONST char PL_no_func[] EXTCONST char PL_no_myglob[] INIT("\"my\" variable %s can't be in a package"); -EXTCONST char PL_uuemap[] +EXTCONST char PL_uuemap[65] INIT("`!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_");