diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-20 02:44:34 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-20 02:44:34 +0000 |
commit | ad1a4db8a51c4e0e5db999b99bc6cfd83a1e955c (patch) | |
tree | d8bed8ae1d98f89d6c74d74f364cf3e41a582625 /libiberty/xstrerror.c | |
parent | 62354c062c8347640f99817f7941cfc4e495a47f (diff) | |
download | gcc-ad1a4db8a51c4e0e5db999b99bc6cfd83a1e955c.tar.gz |
* objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
"ansidecl.h" to avoid redeclaration errors with native compilers.
* regex.c: Protect config.h from multiple inclusion.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90954 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/xstrerror.c')
-rw-r--r-- | libiberty/xstrerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xstrerror.c b/libiberty/xstrerror.c index 9000d178f9c..e3f1ca04a26 100644 --- a/libiberty/xstrerror.c +++ b/libiberty/xstrerror.c @@ -15,8 +15,8 @@ will never return a @code{NULL} pointer. #include <stdio.h> -#include "libiberty.h" #include "config.h" +#include "libiberty.h" #ifdef VMS #include <errno.h> |