diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1999-08-02 16:19:33 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-08-02 16:19:33 -0700 |
commit | cb56035294366fb38f06ba0292ca5f4e43ca77e8 (patch) | |
tree | ed511889480a6f35af064a8cf26dbfbd198ba9bd /gcc/config/m88k | |
parent | 7d473569a2ed06c37387b27bb8ca9dbd8d398646 (diff) | |
download | gcc-cb56035294366fb38f06ba0292ca5f4e43ca77e8.zip gcc-cb56035294366fb38f06ba0292ca5f4e43ca77e8.tar.gz gcc-cb56035294366fb38f06ba0292ca5f4e43ca77e8.tar.bz2 |
arc.h: Define PROMOTE_PROTOTYPES to 1.
* config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
* config/convex/convex.h: Ditto.
* config/dsp16xx/dsp16xx.h: Ditto.
* config/fx80/fx80.h: Ditto.
* config/gmicro/gmicro.h: Ditto.
* config/i370/i370.h: Ditto.
* config/i386/i386.h: Ditto.
* config/m32r/m32r.h: Ditto.
* config/m68k/m68k.h: Ditto.
* config/m88k/m88k.h: Ditto.
* config/mips/mips.h: Ditto.
* config/pa/pa.h: Ditto.
* config/pyr/pyr.h: Ditto.
* config/tahoe/tahoe.h: Ditto.
* config/we32k/we32k.h: Ditto.
* config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
based on arch size.
* config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
From-SVN: r28421
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r-- | gcc/config/m88k/m88k.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h index 2fa1c94..0ea0ef6 100644 --- a/gcc/config/m88k/m88k.h +++ b/gcc/config/m88k/m88k.h @@ -198,13 +198,13 @@ extern char * reg_names[]; Redefined in sysv4.h, and luna.h. */ #define VERSION_INFO1 "m88k, " #ifndef VERSION_INFO2 -#define VERSION_INFO2 "$Revision: 1.13 $" +#define VERSION_INFO2 "$Revision: 1.14 $" #endif #ifndef VERSION_STRING #define VERSION_STRING version_string #ifdef __STDC__ -#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.13 $ " __DATE__ +#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.14 $ " __DATE__ #else #define TM_RCS_ID "$What: <@(#) m88k.h,v 1.1.1.2.2.2> $" #endif /* __STDC__ */ @@ -1591,7 +1591,7 @@ extern struct rtx_def *m88k_va_arg (); `short' in a prototype should actually be passed as an `int'. In addition to avoiding errors in certain cases of mismatch, it also makes for better code on certain machines. */ -#define PROMOTE_PROTOTYPES +#define PROMOTE_PROTOTYPES 1 /* Define this macro if a float function always returns float (even in traditional mode). Redefined in luna.h. */ |