aboutsummaryrefslogtreecommitdiff
path: root/countrows.c
diff options
context:
space:
mode:
Diffstat (limited to 'countrows.c')
-rw-r--r--countrows.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/countrows.c b/countrows.c
index c94e53e..98b0f86 100644
--- a/countrows.c
+++ b/countrows.c
@@ -8,9 +8,6 @@
static char rcsid[]="$Id: rat2float.c 2343 2006-04-04 12:34:35Z bremner $";
-#ifndef LRSMP
-#error This file only compiles with LRSMP
-#endif
#include <stdlib.h>
#include <stdio.h>
@@ -43,7 +40,7 @@ int main(argc,argv)
char *cursor;
- CHECK_HELP;
+ process_args(argc,argv,DOCSTRING);
lrs_mp_init (MP_DIGITS,stdin,stdout);