summaryrefslogtreecommitdiff
path: root/generate_uudmap.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-04-25 09:32:50 +0000
committerNicholas Clark <nick@ccl4.org>2007-04-25 09:32:50 +0000
commit61cc0970c5d0c4b2204859ac6d67af310deec637 (patch)
treec93b71cbb478cd7856d1c24b2be1dd6ae2da2b80 /generate_uudmap.c
parentc62285acd36452251fb244aaa1ae7cfe0821c1b7 (diff)
downloadperl-61cc0970c5d0c4b2204859ac6d67af310deec637.tar.gz
Remove vestigical include of <ctype.h>, which came from a previous
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
Diffstat (limited to 'generate_uudmap.c')
-rw-r--r--generate_uudmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generate_uudmap.c b/generate_uudmap.c
index 5b940f769b..664333ef30 100644
--- 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[\\]^_";