diff options
author | Andreas Schwab <schwab@suse.de> | 2003-11-02 17:35:20 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2003-11-02 17:35:20 +0000 |
commit | 634879c891f064bd93eeca377d7654d04c8ce936 (patch) | |
tree | a9b13dcdb715cf8bb4b34962a5dad2ed33f4048e /gcc/config/ia64 | |
parent | 3dfa3500061aede01f2d1bcf7db0c8ae7531087a (diff) | |
download | gcc-634879c891f064bd93eeca377d7654d04c8ce936.zip gcc-634879c891f064bd93eeca377d7654d04c8ce936.tar.gz gcc-634879c891f064bd93eeca377d7654d04c8ce936.tar.bz2 |
fde-glibc.c (_GNU_SOURCE): Define to 1 instead of empty to avoid conflict with the definition from configure.
* config/ia64/fde-glibc.c (_GNU_SOURCE): Define to 1 instead of
empty to avoid conflict with the definition from configure.
From-SVN: r73202
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r-- | gcc/config/ia64/fde-glibc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/ia64/fde-glibc.c b/gcc/config/ia64/fde-glibc.c index 8c9b55a..15e1927 100644 --- a/gcc/config/ia64/fde-glibc.c +++ b/gcc/config/ia64/fde-glibc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@cygnus.com>. This file is part of GCC. @@ -29,7 +29,7 @@ to avoid register/deregister calls at DSO load/unload. */ #ifndef _GNU_SOURCE -#define _GNU_SOURCE +#define _GNU_SOURCE 1 #endif #include "config.h" #include <stddef.h> |