diff options
author | Richard Guenther <rguenther@suse.de> | 2012-03-13 10:18:38 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-03-13 10:18:38 +0000 |
commit | 5bef73a14e3d70574c4b28a9187d138caed78796 (patch) | |
tree | b22cd263f8547c9504472b810532ef981a32813a /libgcc/libgcov.c | |
parent | d82c57a8c36e5c9cdfe61a41b40f763741413450 (diff) | |
download | gcc-5bef73a14e3d70574c4b28a9187d138caed78796.zip gcc-5bef73a14e3d70574c4b28a9187d138caed78796.tar.gz gcc-5bef73a14e3d70574c4b28a9187d138caed78796.tar.bz2 |
libgcov.c: Remove stdio.h include and NULL un-define.
2012-03-13 Richard Guenther <rguenther@suse.de>
* libgcov.c: Remove stdio.h include and NULL un-define.
From-SVN: r185324
Diffstat (limited to 'libgcc/libgcov.c')
-rw-r--r-- | libgcc/libgcov.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libgcc/libgcov.c b/libgcc/libgcov.c index fd04fb1..1603912 100644 --- a/libgcc/libgcov.c +++ b/libgcc/libgcov.c @@ -35,8 +35,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #if defined(inhibit_libc) #define IN_LIBGCOV (-1) #else -#undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch. */ -#include <stdio.h> #define IN_LIBGCOV 1 #if defined(L_gcov) #define GCOV_LINKAGE /* nothing */ |