aboutsummaryrefslogtreecommitdiff
path: root/doc2h.pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc2h.pl')
-rw-r--r--doc2h.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc2h.pl b/doc2h.pl
index 9584342..fe27e69 100644
--- a/doc2h.pl
+++ b/doc2h.pl
@@ -8,9 +8,3 @@ while(<>){
}
print '"'."\n";
-
-print "
-int usage(){ fprintf(stderr,\"\\n%s\\n\",rcsid);fprintf(stderr,DOCSTRING); exit(1); }
-#define CHECK_HELP if (argc > 1 && argv[1][0]=='-' && argv[1][1]=='h') usage();\n";
-
-