summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-03 00:58:44 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-03 00:58:44 +0000
commit8cd32a91e8361655d77f2dc6879f28193cf016e7 (patch)
treefacb5b0a66bbab90f2cd8a4e207eace08ea8b99e /gcc/expr.h
parentd18302c5a348384218e619963ca0edf401355d8f (diff)
downloadgcc-8cd32a91e8361655d77f2dc6879f28193cf016e7.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28433 138bc75d-0d04-0410-961f-82ee72b054a4
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 6bc7bb9939b..7f1396d7d70 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: