aboutsummaryrefslogtreecommitdiff
path: root/rat2canon.h
diff options
context:
space:
mode:
Diffstat (limited to 'rat2canon.h')
-rw-r--r--rat2canon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rat2canon.h b/rat2canon.h
index 2447acb..cde340b 100644
--- a/rat2canon.h
+++ b/rat2canon.h
@@ -10,5 +10,3 @@ and outputs an equivelent one with normalized right hand side.\n\
\n\
"
-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();