remove useless #define _GNU_SOURCE from not using asprintf sources

This commit is contained in:
antma 2014-01-13 17:12:39 +04:00
parent eb2bc7f0ff
commit 622dec3e70
2 changed files with 0 additions and 3 deletions

1
loop.c
View file

@ -22,7 +22,6 @@
#endif
#define READLINE_CALLBACKS
#define _GNU_SOURCE
#include <assert.h>
#include <stdio.h>

2
main.c
View file

@ -21,8 +21,6 @@
#include "config.h"
#endif
#define _GNU_SOURCE
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>