diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-03 03:32:31 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-03 03:32:31 +0000 |
commit | 7575fa06ca7baf15c82a0561c39ca2f5cbfe534c (patch) | |
tree | d34515a35aaeb39b9f488a50451c7867bf1aaeb3 /perl.h | |
parent | 9cc29783e82bdad1f12bda85adb9cbb018b86211 (diff) | |
download | perl-7575fa06ca7baf15c82a0561c39ca2f5cbfe534c.tar.gz |
PL_uuemap[] init needs help for sizeof()
p4raw-id: //depot/perl@2805
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[\\]^_"); |