From e40bb774b235f6d98c2d177429d6f40fa79101be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 25 Sep 2006 21:57:13 +0000 Subject: [PATCH] we have wcwidth() git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18937 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/bison/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/bison/config.h b/src/bin/bison/config.h index 6830954f68..9795c31f6c 100644 --- a/src/bin/bison/config.h +++ b/src/bin/bison/config.h @@ -127,7 +127,7 @@ /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise. */ -#define HAVE_DECL_WCWIDTH 0 +#define HAVE_DECL_WCWIDTH 1 /* Define to 1 if you have the `dup2' function. */ #define HAVE_DUP2 1