Remove vestigical include of <ctype.h>, which came from a previous
Nicholas Clark [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

index 5b940f7..664333e 100644 (file)
@@ -1,6 +1,5 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <ctype.h>
 
 static const char PL_uuemap[]
 = "`!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_";