diff options
| author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-03 22:24:21 +0000 |
|---|---|---|
| committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-03 22:24:21 +0000 |
| commit | aed0bd19b5ef08f199e841ca5e02df0f069ff234 (patch) | |
| tree | f2b01e95a183f0360c1ccbe697b0808a2bd3d8ba /gcc/fold-const.c | |
| parent | 572d60b4a31f0491e5aac2d50aef0d71b1028d86 (diff) | |
| download | ppe42-gcc-aed0bd19b5ef08f199e841ca5e02df0f069ff234.tar.gz ppe42-gcc-aed0bd19b5ef08f199e841ca5e02df0f069ff234.zip | |
* builtins.c (expand_builtin_strlen): Remove unused mode
argument.
* gcc.c (process_command): Remove unused variable.
* fold-const.c: Include expr.h.
* recog.c: Include reload.h.
* Makefile.in (recog.o, fold-const.o): Update deps.
cp:
* decl.c: Include tm_p.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37237 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fold-const.c')
| -rw-r--r-- | gcc/fold-const.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 25fd4964519..58d84ef3dd9 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -48,6 +48,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "tree.h" #include "rtl.h" +#include "expr.h" #include "tm_p.h" #include "toplev.h" #include "ggc.h" |

