]> git.cameronkatri.com Git - mandoc.git/blobdiff - test-vasprintf.c
Correct an embarrassing spelling mistake:
[mandoc.git] / test-vasprintf.c
index ee6980a289556e7dc3155ffa13f9effbb15e02e4..1e762697a38dfc93315b890d0888b1f70aa73d17 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: test-vasprintf.c,v 1.4 2016/07/18 18:35:05 schwarze Exp $  */
+/*     $Id: test-vasprintf.c,v 1.5 2018/08/15 02:15:52 schwarze Exp $  */
 /*
  * Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
  *
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#if defined(__linux__) || defined(__MINT__)
-#define _GNU_SOURCE /* vasprintf() */
-#endif
-
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>