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 e27a27c4a0
commit c4fd38a894
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>