aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/fx80
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1999-08-02 16:19:33 -0700
committerRichard Henderson <rth@gcc.gnu.org>1999-08-02 16:19:33 -0700
commitcb56035294366fb38f06ba0292ca5f4e43ca77e8 (patch)
treeed511889480a6f35af064a8cf26dbfbd198ba9bd /gcc/config/fx80
parent7d473569a2ed06c37387b27bb8ca9dbd8d398646 (diff)
downloadgcc-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/fx80')
-rw-r--r--gcc/config/fx80/fx80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fx80/fx80.h b/gcc/config/fx80/fx80.h
index 3b5d580..b69f0b0 100644
--- a/gcc/config/fx80/fx80.h
+++ b/gcc/config/fx80/fx80.h
@@ -858,7 +858,7 @@ extern enum reg_class regno_reg_class[];
#define STORE_FLAG_VALUE -1
/* When a prototype says `char' or `short', really pass an `int'. */
-#define PROMOTE_PROTOTYPES
+#define PROMOTE_PROTOTYPES 1
/* Specify the machine mode that pointers have.
After generation of rtl, the compiler makes no further distinction