From c4fd38a894e69cfd34c15cfe5263f2b53c63db35 Mon Sep 17 00:00:00 2001 From: antma Date: Mon, 13 Jan 2014 17:12:39 +0400 Subject: [PATCH] remove useless #define _GNU_SOURCE from not using asprintf sources --- loop.c | 1 - main.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/loop.c b/loop.c index c8bc2e7..f23f0f3 100644 --- a/loop.c +++ b/loop.c @@ -22,7 +22,6 @@ #endif #define READLINE_CALLBACKS -#define _GNU_SOURCE #include #include diff --git a/main.c b/main.c index 88410be..de39372 100644 --- a/main.c +++ b/main.c @@ -21,8 +21,6 @@ #include "config.h" #endif -#define _GNU_SOURCE - #include #include #include