This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ba1a436
)
generate_uudmap.c: Clarify comment
author
Karl Williamson
<khw@cpan.org>
Wed, 10 Dec 2014 03:51:34 +0000
(20:51 -0700)
committer
Karl Williamson
<khw@cpan.org>
Thu, 11 Dec 2014 18:28:29 +0000
(11:28 -0700)
generate_uudmap.c
patch
|
blob
|
blame
|
history
diff --git
a/generate_uudmap.c
b/generate_uudmap.c
index
b6307c0
..
4c7d56c
100644
(file)
--- a/
generate_uudmap.c
+++ b/
generate_uudmap.c
@@
-99,7
+99,7
@@
static const char PL_uuemap[]
typedef unsigned char U8;
-/* This will ensure it is all zeros. */
+/* This will ensure it is
initialized to
all zeros. */
static char PL_uudmap[256];
static char PL_bitcount[256];