diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-10-09 20:26:20 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-10-09 20:26:20 +0000 |
commit | 299fdaa4d81abd42409c83cad7fce3908d24e27d (patch) | |
tree | e8ef60a3fa95d503807098e88d992d4c00edaf2a /gcc/config/i386/dgux.h | |
parent | 28646c328c5d62ac16bca23e09c62fe38d92ccf7 (diff) | |
download | gcc-299fdaa4d81abd42409c83cad7fce3908d24e27d.tar.gz |
(DOLLARS_IN_IDENTIFIERS): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12936 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/dgux.h')
-rw-r--r-- | gcc/config/i386/dgux.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/gcc/config/i386/dgux.h b/gcc/config/i386/dgux.h index 7df0dbff9f0..92ba17617e0 100644 --- a/gcc/config/i386/dgux.h +++ b/gcc/config/i386/dgux.h @@ -1,7 +1,6 @@ /* Target definitions for GNU compiler for Intel 80x86 running DG/ux - Copyright (C) 1993, 1995 Free Software Foundation, Inc. - - Currently maintained by (gcc@dg-rtp.dg.com) + Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc. + Currently maintained by gcc@dg-rtp.dg.com. This file is part of GNU CC. @@ -26,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "i386/sysv4.h" #ifndef VERSION_INFO2 -#define VERSION_INFO2 "$Revision: 1.3 $" +#define VERSION_INFO2 "$Revision: 1.4 $" #endif #ifndef VERSION_STRING @@ -91,13 +90,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define WCHAR_TYPE_SIZE BITS_PER_WORD -/* Define this to be nonzero if the character `$' should be allowed - by default in identifier names. DG/ux does this differently than - standard i386 */ - -#undef DOLLARS_IN_IDENTIFIERS -#define DOLLARS_IN_IDENTIFIERS 1 - /* Some machines may desire to change what optimizations are performed for various optimization levels. This macro, if defined, is executed once just after the optimization level is determined and before the remainder |