aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1999-08-02 17:58:44 -0700
committerRichard Henderson <rth@gcc.gnu.org>1999-08-02 17:58:44 -0700
commit246833ac171aa132fee598a93a86a819c6eaf4f4 (patch)
treefacb5b0a66bbab90f2cd8a4e207eace08ea8b99e /gcc/expr.h
parent091f9839f2edf34481516def636d2231980d28fc (diff)
downloadgcc-246833ac171aa132fee598a93a86a819c6eaf4f4.zip
gcc-246833ac171aa132fee598a93a86a819c6eaf4f4.tar.gz
gcc-246833ac171aa132fee598a93a86a819c6eaf4f4.tar.bz2
expr.h (PROMOTE_PROTOTYPES): Move ...
* expr.h (PROMOTE_PROTOTYPES): Move ... * defaults.h: ... to here. * c-decl.c: Include defaults.h instead of expr.h. * c-typeck.c: Include defaults.h. From-SVN: r28433
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 6bc7bb9..7f1396d 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -251,11 +251,6 @@ enum direction {none, upward, downward}; /* Value has this type. */
#define PRETEND_OUTGOING_VARARGS_NAMED 0
#endif
-/* Supply a default definition for PROMOTE_PROTOTYPES. */
-#ifndef PROMOTE_PROTOTYPES
-#define PROMOTE_PROTOTYPES 0
-#endif
-
/* Nonzero if we do not know how to pass TYPE solely in registers.
We cannot do so in the following cases: