diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-01 18:51:28 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-01 18:51:28 -0700 |
commit | 9c6d6519236f536efcd284f714e6f3f145767a57 (patch) | |
tree | 4eee8066a0f550b13bb561d952d3694043176aee /ftw.c | |
parent | f25455e60cb791e1dd6c3d6d4c0951579b02c15a (diff) | |
download | txr-9c6d6519236f536efcd284f714e6f3f145767a57.tar.gz txr-9c6d6519236f536efcd284f714e6f3f145767a57.tar.bz2 txr-9c6d6519236f536efcd284f714e6f3f145767a57.zip |
Adding -D_GNU_SOURCE to compiler command line.
* configure (lang_flags): -D_GNU_SOURCE added.
* ftw.c (__USE_GNU): Macro definition removed.
Diffstat (limited to 'ftw.c')
-rw-r--r-- | ftw.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,9 +29,6 @@ #include <signal.h> #include <stdlib.h> #include <stddef.h> -#ifndef __USE_GNU -#define __USE_GNU -#endif #include <ftw.h> #include "config.h" #include ALLOCA_H |