From e7273e1d81e1ef7c6151624087b4e73661005b33 Mon Sep 17 00:00:00 2001 From: Judson Date: Thu, 16 Jul 2015 17:58:19 -0700 Subject: [PATCH] All wcwidth is broken --- fallback.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fallback.cpp b/fallback.cpp index 43b954354..440198145 100644 --- a/fallback.cpp +++ b/fallback.cpp @@ -1260,11 +1260,7 @@ double nan(char *tagp) /* Big hack to use our versions of wcswidth where we know them to be broken, like on OS X */ #ifndef HAVE_BROKEN_WCWIDTH -#if __APPLE__ #define HAVE_BROKEN_WCWIDTH 1 -#else -#define HAVE_BROKEN_WCWIDTH 0 -#endif #endif #if ! HAVE_BROKEN_WCWIDTH