diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-01 22:44:48 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-01 22:44:48 +0000 |
commit | 9aaa1fcc3cfa4701f27dcbe384a36e9e42d09127 (patch) | |
tree | df94a82019f622d41b626b75e30ea5a5721555d7 /gcc/genextract.c | |
parent | d5382b2fb1768b1fbfb6d6eec401f4885cf272e2 (diff) | |
download | gcc-9aaa1fcc3cfa4701f27dcbe384a36e9e42d09127.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18941 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genextract.c')
-rw-r--r-- | gcc/genextract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genextract.c b/gcc/genextract.c index 3236cde6bd1..22722b5c81d 100644 --- a/gcc/genextract.c +++ b/gcc/genextract.c @@ -437,7 +437,7 @@ main (argc, argv) from the machine description file `md'. */\n\n"); printf ("#include \"config.h\"\n"); - printf ("#include <stdio.h>\n"); + printf ("#include \"system.h\"\n"); printf ("#include \"rtl.h\"\n\n"); /* This variable exists only so it can be the "location" |