diff options
author | John Gilmore <gnu@cygnus> | 1991-09-13 05:24:00 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-13 05:24:00 +0000 |
commit | 794111e75aa0d560e19149e5f9fe1df6febb83ef (patch) | |
tree | 9e02290dcbbd4cb0941b5189c1d254e581425aeb /include/sysdep.h | |
parent | 2fbf0d18b817ab1ee07679cfb7ae32849919e9ab (diff) | |
download | gdb-794111e75aa0d560e19149e5f9fe1df6febb83ef.zip gdb-794111e75aa0d560e19149e5f9fe1df6febb83ef.tar.gz gdb-794111e75aa0d560e19149e5f9fe1df6febb83ef.tar.bz2 |
Use simpler name (that matches bfd/config/h-ultra3!)
Diffstat (limited to 'include/sysdep.h')
-rwxr-xr-x | include/sysdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sysdep.h b/include/sysdep.h index 66288c0..3a2806a 100755 --- a/include/sysdep.h +++ b/include/sysdep.h @@ -53,7 +53,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define IRIX3_SYS 17 /* SGI Iris running irix 3.x */ #define IRIX4_SYS 18 /* SGI Iris running cypress */ #define HP300BSD_SYS 19 -#define ULTRA3_SYM1_SYS 20 /* NYU Ultracomputer */ +#define ULTRA3_SYS 20 /* NYU Ultracomputer */ #include <ansidecl.h> @@ -147,7 +147,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/h-hp300bsd.h> #endif -#if HOST_SYS == ULTRA3_SYM1_SYS +#if HOST_SYS == ULTRA3_SYS #include <sys/h-ultra3.h> #endif |