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
(parent:
c62285a
)
Remove vestigical include of <ctype.h>, which came from a previous
author
Nicholas Clark
<nick@ccl4.org>
Wed, 25 Apr 2007 09:32:50 +0000
(09:32 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Wed, 25 Apr 2007 09:32:50 +0000
(09:32 +0000)
version that tried to make the initialiser out of a single "" string.
(Which turned out to be over 509 characters long)
p4raw-id: //depot/perl@31068
generate_uudmap.c
patch
|
blob
|
blame
|
history
diff --git
a/generate_uudmap.c
b/generate_uudmap.c
index
5b940f7
..
664333e
100644
(file)
--- a/
generate_uudmap.c
+++ b/
generate_uudmap.c
@@
-1,6
+1,5
@@
#include <stdio.h>
#include <stdlib.h>
-#include <ctype.h>
static const char PL_uuemap[]
= "`!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_";