diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-08-20 19:31:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-08-20 19:31:46 +0200 |
commit | 417566ebc9dc51fc65b490a96213059e17994dde (patch) | |
tree | a30849be10e9ec38717344233b2e9b3f18bddbd2 /libguile/gc.c | |
parent | 82d8d6d9e8ac6a2c36534d6085cd3f96d6278856 (diff) | |
download | guile-417566ebc9dc51fc65b490a96213059e17994dde.tar.gz |
Never define `_GNU_SOURCE' explicitly since `AC_USE_SYSTEM_EXTENSIONS'
takes care of it.
Conflicts:
ChangeLog
configure.in
libguile/eval.c
libguile/srfi-14.c
libguile/threads.c
Diffstat (limited to 'libguile/gc.c')
-rw-r--r-- | libguile/gc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/gc.c b/libguile/gc.c index a29c86029..ce3cb54f8 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -15,8 +15,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#define _GNU_SOURCE - /* #define DEBUGINFO */ #if HAVE_CONFIG_H |