diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-04-15 18:04:42 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-04-15 18:04:42 +0000 |
commit | ff1f285d01fd45a8e3b0c8914e0a7bef23bb4791 (patch) | |
tree | 94f146cd8572b08c312a1bd1492896bc1e2ebd4a /gcc/machmode.h | |
parent | addd5868e1ac08768f4e43d1847d0c2c528ede21 (diff) | |
download | gcc-ff1f285d01fd45a8e3b0c8914e0a7bef23bb4791.tar.gz |
* machmode.h: #include "gansidecl.h".
(PROTO): Delete.
(HAVE_MACHINE_MODES): Move definition to standard place.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11796 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/machmode.h')
-rw-r--r-- | gcc/machmode.h | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/gcc/machmode.h b/gcc/machmode.h index 85b554389cf..e60f652b9e9 100644 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -1,5 +1,5 @@ /* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h. - Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -18,17 +18,10 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/* Add prototype support. */ -#ifndef PROTO -#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__) -#define PROTO(ARGS) ARGS -#else -#define PROTO(ARGS) () -#endif -#endif - #ifndef HAVE_MACHINE_MODES +#define HAVE_MACHINE_MODES + +#include "gansidecl.h" /* Strictly speaking, this isn't the proper place to include these definitions, but this file is included by every GCC file. @@ -77,8 +70,6 @@ MAX_MACHINE_MODE }; #undef DEF_MACHMODE -#define HAVE_MACHINE_MODES - #ifndef NUM_MACHINE_MODES #define NUM_MACHINE_MODES (int) MAX_MACHINE_MODE #endif |