summaryrefslogtreecommitdiff
path: root/src/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/head.c b/src/head.c
index b0719c826..c818c6612 100644
--- a/src/head.c
+++ b/src/head.c
@@ -35,16 +35,9 @@
#include <stdio.h>
#include <getopt.h>
-#include <ctype.h>
#include <sys/types.h>
#include "system.h"
-#ifdef isascii
-#define ISDIGIT(c) (isascii ((c)) && isdigit ((c)))
-#else
-#define ISDIGIT(c) (isdigit ((c)))
-#endif
-
/* Number of lines/chars/blocks to head. */
#define DEFAULT_NUMBER 10