From fdf7fd4d768acc1e72d85269022c8b79a0ac8a40 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 16 Sep 2003 19:00:12 -0700 Subject: [PATCH] [svn] Removed unused macro ISODIGIT. --- src/init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/init.c b/src/init.c index e3040c68..7d48072a 100644 --- a/src/init.c +++ b/src/init.c @@ -1092,8 +1092,6 @@ myatoi (const char *s) return res; } -#define ISODIGIT(x) ((x) >= '0' && (x) <= '7') - static int check_user_specified_header (const char *s) {