From 729da3f5a8f4cc906c185e4cbc9bdbac657a1cca Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Wed, 1 Apr 1998 22:44:48 +0000 Subject: genattrtab.c: Make generated file use system.h, instead of including stdio.h, etc directly. * genattrtab.c: Make generated file use system.h, instead of including stdio.h, etc directly. * genextract.c, genopinit.c, genoutput.c: Likewise. * genpeep.c, genrecog.c: Likewise * genoutput.c (process_template): Mark operands in the generated function as potentially unused if compiling with GNU CC. From-SVN: r18941 --- gcc/genrecog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/genrecog.c') diff --git a/gcc/genrecog.c b/gcc/genrecog.c index e938298..6c158d6 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -1716,7 +1716,7 @@ main (argc, argv) from the machine description file `md'. */\n\n"); printf ("#include \"config.h\"\n"); - printf ("#include \n"); + printf ("#include \"system.h\"\n"); printf ("#include \"rtl.h\"\n"); printf ("#include \"insn-config.h\"\n"); printf ("#include \"recog.h\"\n"); -- cgit v1.1