PL_uuemap[] init needs help for sizeof()
Gurusamy Sarathy [Wed, 3 Feb 1999 03:32:31 +0000 (03:32 +0000)]
p4raw-id: //depot/perl@2805

perl.h

diff --git a/perl.h b/perl.h
index c493bd0..1b44aa6 100644 (file)
--- 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[\\]^_");