]> mj.ucw.cz Git - xsv.git/commitdiff
__USE_GNU not needed
authorMartin Mares <mj@ucw.cz>
Tue, 24 Jul 2012 17:24:58 +0000 (19:24 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 24 Jul 2012 17:24:58 +0000 (19:24 +0200)
xsv.c

diff --git a/xsv.c b/xsv.c
index c0ce1d496ba04fc5a313ac20c8a665a17a9d3c50..b815c7205a774d09d88335496bde4bc7b38c584a 100644 (file)
--- a/xsv.c
+++ b/xsv.c
@@ -4,8 +4,6 @@
  *     (c) 2012 Martin Mares <mj@ucw.cz>
  */
 
-#define _GNU_SOURCE
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>