Skip to content

Commit

Permalink
All wcwidth is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
nyarly authored and ridiculousfish committed Jul 20, 2015
1 parent f359ded commit e7273e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fallback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7273e1

Please sign in to comment.