genpeep.c (main): Add "except.h" to include file list in generated file insn-peep.c.

* genpeep.c (main): Add "except.h" to include file list in generated
	file insn-peep.c.

From-SVN: r18626
This commit is contained in:
Andrew Macleod 1998-03-16 12:52:09 +00:00
parent a8c3510c8f
commit 41fe085f07

View File

@ -463,7 +463,8 @@ from the machine description file `md'. */\n\n");
printf ("#include \"rtl.h\"\n");
printf ("#include \"regs.h\"\n");
printf ("#include \"output.h\"\n");
printf ("#include \"real.h\"\n\n");
printf ("#include \"real.h\"\n");
printf ("#include \"except.h\"\n\n");
printf ("extern rtx peep_operand[];\n\n");
printf ("#define operands peep_operand\n\n");