aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index 72c847e99..f8db9d89c 100644
--- a/common/util.h
+++ b/common/util.h
@@ -84,7 +84,6 @@ FILE *fopencookie (void *cookie, const char *opentype,
-
/*-- some macros to replace ctype ones and avoid locale problems --*/
#define spacep(p) (*(p) == ' ' || *(p) == '\t')
#define digitp(p) (*(p) >= '0' && *(p) <= '9')