From 058064161ea55855141d64a6c49be96c80c4f104 Mon Sep 17 00:00:00 2001 From: rth Date: Sun, 28 May 2000 02:17:59 +0000 Subject: * Makefile.in (resource.o): Depend on except.h. * except.h (output_exception_table_data): Prototype. * genconfig.c (gen_peephole2): Prototype. * genemit.c (main): Include ggc.h. * genoutput.c: Revert parts of last change: include errors.h (main): Set progname. * recog.c: Include hard-reg-set.h before recog.h. * resource.c: Include except.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34219 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/except.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/except.h') diff --git a/gcc/except.h b/gcc/except.h index f4db7d2ba03..b6450d3535e 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -354,6 +354,7 @@ extern int exception_table_p PARAMS ((void)); /* Outputs the exception table if we have one. */ extern void output_exception_table PARAMS ((void)); +extern void output_exception_table_data PARAMS ((void)); /* Free the exception table. */ -- cgit v1.2.1