=================================================================== RCS file: /cvs/mandoc/test-wchar.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mandoc/test-wchar.c 2016/07/31 09:29:13 1.4 +++ mandoc/test-wchar.c 2018/08/15 02:15:52 1.5 @@ -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 * @@ -14,10 +14,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - -#if defined(__linux__) || defined(__MINT__) -#define _GNU_SOURCE /* wcwidth() */ -#endif #include #include