]> git.cameronkatri.com Git - mandoc.git/blobdiff - test-wchar.c
mention Solaris BUGS in regress.pl(1)
[mandoc.git] / test-wchar.c
index 32962d9fe665fbfa5bc5913932213a6c16732e42..7095d8ba8682ddebb394a723cebb8efd8b79624a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: test-wchar.c,v 1.4 2016/07/31 09:29:13 schwarze Exp $      */
+/*     $Id: test-wchar.c,v 1.5 2018/08/15 02:15:52 schwarze Exp $      */
 /*
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
  *
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#if defined(__linux__) || defined(__MINT__)
-#define _GNU_SOURCE /* wcwidth() */
-#endif
-
 #include <locale.h>
 #include <stdio.h>
 #include <wchar.h>