we define HAS_ISBLANK in the Makefile

This commit is contained in:
christos 2013-01-02 13:46:17 +00:00
parent 236eac060e
commit eeca57e31f
1 changed files with 1 additions and 1 deletions

View File

@ -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;