diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1999-08-02 17:58:44 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-08-02 17:58:44 -0700 |
commit | 246833ac171aa132fee598a93a86a819c6eaf4f4 (patch) | |
tree | facb5b0a66bbab90f2cd8a4e207eace08ea8b99e /gcc/expr.h | |
parent | 091f9839f2edf34481516def636d2231980d28fc (diff) | |
download | gcc-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.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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: |