From eeca57e31f99faffbbd1e105a4628b7d92cc54b1 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 2 Jan 2013 13:46:17 +0000 Subject: [PATCH] we define HAS_ISBLANK in the Makefile --- external/historical/nawk/dist/b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/historical/nawk/dist/b.c b/external/historical/nawk/dist/b.c index 974518c2f763..3364316322fc 100644 --- a/external/historical/nawk/dist/b.c +++ b/external/historical/nawk/dist/b.c @@ -843,7 +843,7 @@ Node *unary(Node *np) * to nelson beebe for the suggestion; let's see if it works everywhere. */ -#define HAS_ISBLANK +/* #define HAS_ISBLANK */ static const struct charclass { const char *cc_name;