From 3ef9782d37366cbfcab1b7f47e68771e71f1b728 Mon Sep 17 00:00:00 2001 From: law Date: Sat, 7 Feb 1998 22:55:54 +0000 Subject: * c-common.c: Include and /. * calls.c (expand_call): Remove unused variables funtree, n_regs, and tmpmode. * dbxout.c, except.c: Include /. * explow.c: (plus_constant_for_output_wide) Removed unused variable all_constant. * c-decl.c, genattr.c, genattrtab.c, getconfig.c, genemit.c genextract.c, genflags.c, genopinit.c genoutput.c, genpeep.c, genrecog.c, global.c, integrate.c , stupid.c : Include . * genextract.c: (walk_rtx) Remove unused variable link. * genrecog.c: (concat) Remove unreferenced static function. * prefix.c: Include /, * stmt.c: Include . (expand_asm_operands): Remove unused variable val1. (expand_return): Remove unused variable block. (pushcase): Remove unused variables l and n. (pushcaserange): Likewise. * unroll.c (unroll_loop): Remove unused variable temp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17766 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-decl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/c-decl.c') diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 7ac50de75de..ed23500448a 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -34,6 +34,10 @@ Boston, MA 02111-1307, USA. */ #include "c-tree.h" #include "c-lex.h" +#ifdef HAVE_STDLIB_H +#include +#endif + /* In grokdeclarator, distinguish syntactic contexts of declarators. */ enum decl_context { NORMAL, /* Ordinary declaration */ -- cgit v1.2.1