diff options
author | Robert Lipe <robertlipe@usa.net> | 1999-03-17 22:03:34 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-17 15:03:34 -0700 |
commit | 7b33bb9944afcaa44056fa3a45fbd3edd4321088 (patch) | |
tree | cff6d5b8ef933031f4863c11aaed68898b16ca94 | |
parent | 422d0fb02b54499db4147cd9f65e7fe01ecf36b2 (diff) | |
download | gcc-7b33bb9944afcaa44056fa3a45fbd3edd4321088.zip gcc-7b33bb9944afcaa44056fa3a45fbd3edd4321088.tar.gz gcc-7b33bb9944afcaa44056fa3a45fbd3edd4321088.tar.bz2 |
fixincl.c: Include auto-host.h instead of config.h
* fixinc/fixincl.c: Include auto-host.h instead of config.h
* fixinc/procopen.c: Likewise.
* fixinc/regex.c: Likewise.
* fixinc/server.c: Likewise.
From-SVN: r25832
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/fixinc/fixincl.c | 2 | ||||
-rw-r--r-- | gcc/fixinc/procopen.c | 2 | ||||
-rw-r--r-- | gcc/fixinc/regex.c | 2 | ||||
-rw-r--r-- | gcc/fixinc/server.c | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50681b2..193948b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Wed Mar 17 23:00:18 1999 Robert Lipe <robertlipe@usa.net> + + * fixinc/fixincl.c: Include auto-host.h instead of config.h + * fixinc/procopen.c: Likewise. + * fixinc/regex.c: Likewise. + * fixinc/server.c: Likewise. + Wed Mar 17 22:46:13 1999 Mark Elbrecht <snowball3@usa.net. * gcc.c (process_command): Dump link_command_spec too. diff --git a/gcc/fixinc/fixincl.c b/gcc/fixinc/fixincl.c index 951fb85..c3b7fac 100644 --- a/gcc/fixinc/fixincl.c +++ b/gcc/fixinc/fixincl.c @@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */ # include "The fixincl program does not work properly on this system!" #endif -#include "config.h" +#include "auto-host.h" #include <sys/types.h> #include <sys/param.h> diff --git a/gcc/fixinc/procopen.c b/gcc/fixinc/procopen.c index ef52ba4..28004ee 100644 --- a/gcc/fixinc/procopen.c +++ b/gcc/fixinc/procopen.c @@ -45,7 +45,7 @@ * choice whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ -#include "config.h" +#include "auto-host.h" #include <sys/types.h> #ifdef HAVE_FCNTL_H diff --git a/gcc/fixinc/regex.c b/gcc/fixinc/regex.c index 97cbcc1..0b4bba9 100644 --- a/gcc/fixinc/regex.c +++ b/gcc/fixinc/regex.c @@ -46,7 +46,7 @@ #endif #ifdef HAVE_CONFIG_H -#include "config.h" +#include "auto-host.h" #endif /* The `emacs' switch turns on certain matching commands diff --git a/gcc/fixinc/server.c b/gcc/fixinc/server.c index a80be74..2a195a6 100644 --- a/gcc/fixinc/server.c +++ b/gcc/fixinc/server.c @@ -45,7 +45,7 @@ * choice whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ -#include "config.h" +#include "auto-host.h" #include <sys/types.h> #ifdef HAVE_FCNTL_H |