aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-wchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-wchar.c')
-rw-r--r--test-wchar.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/test-wchar.c b/test-wchar.c
index 32962d9f..7095d8ba 100644
--- a/test-wchar.c
+++ b/test-wchar.c
@@ -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>
*
@@ -15,10 +15,6 @@
* 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>