diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-01-07 18:04:57 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-01-07 18:04:57 -0500 |
commit | 957f7fb8d877bc5a2e3e495a3bddd29d8d1c4cea (patch) | |
tree | d4e63480b70db586ffb5a5c2e6967be21f3b0780 /gcc | |
parent | a87fdbf94fa5e40e11504f0bb1a1a707f16b66a8 (diff) | |
download | gcc-957f7fb8d877bc5a2e3e495a3bddd29d8d1c4cea.zip gcc-957f7fb8d877bc5a2e3e495a3bddd29d8d1c4cea.tar.gz gcc-957f7fb8d877bc5a2e3e495a3bddd29d8d1c4cea.tar.bz2 |
Include vax/vax.h, not vax.h.
From-SVN: r3153
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/vax/ultrix.h | 2 | ||||
-rw-r--r-- | gcc/config/vax/vaxv.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/vax/ultrix.h b/gcc/config/vax/ultrix.h index b4da0c9..8516170 100644 --- a/gcc/config/vax/ultrix.h +++ b/gcc/config/vax/ultrix.h @@ -1,4 +1,4 @@ -#include "vax.h" +#include "vax/vax.h" #undef CPP_PREDEFINES #define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2" diff --git a/gcc/config/vax/vaxv.h b/gcc/config/vax/vaxv.h index 999329b..d526c19 100644 --- a/gcc/config/vax/vaxv.h +++ b/gcc/config/vax/vaxv.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "vax.h" +#include "vax/vax.h" /* Cope with these under SysV */ |