Changeset 1650 for coreutils/trunk/lib
- Timestamp:
- Jul 12, 2016, 3:22:35 PM (9 years ago)
- Location:
- coreutils/trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified coreutils/trunk/lib/gnulib.mk ¶
r1648 r1650 1910 1910 darwin[56]*) \ 1911 1911 need_charset_alias=true ;; \ 1912 darwin* | cygwin* | mingw* | pw32* | cegcc* ) \1912 darwin* | cygwin* | mingw* | pw32* | cegcc* | os2*) \ 1913 1913 need_charset_alias=false ;; \ 1914 1914 *) \ -
TabularUnified coreutils/trunk/lib/wcwidth.c ¶
r1648 r1650 27 27 #include "uniwidth.h" 28 28 29 #ifndef __KLIBC__30 31 29 int 32 30 wcwidth (wchar_t wc) … … 51 49 } 52 50 } 53 54 #endif // __KLIBC__
Note:
See TracChangeset
for help on using the changeset viewer.