summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-03 03:32:31 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-03 03:32:31 +0000
commit7575fa06ca7baf15c82a0561c39ca2f5cbfe534c (patch)
treed34515a35aaeb39b9f488a50451c7867bf1aaeb3 /perl.h
parent9cc29783e82bdad1f12bda85adb9cbb018b86211 (diff)
downloadperl-7575fa06ca7baf15c82a0561c39ca2f5cbfe534c.tar.gz
PL_uuemap[] init needs help for sizeof()
p4raw-id: //depot/perl@2805
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index c493bd0d39..1b44aa61e7 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[\\]^_");