From: Götz Lindenmaier Date: Wed, 24 Sep 2003 15:11:01 +0000 (+0000) Subject: removed exc.h from libfirm interface X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=cb27db421012fac17ac67f2312d16811cf827e78;p=libfirm removed exc.h from libfirm interface [r1869] --- diff --git a/ir/ir/irnode.h b/ir/ir/irnode.h index 300ea5e91..7f8b73160 100644 --- a/ir/ir/irnode.h +++ b/ir/ir/irnode.h @@ -44,7 +44,7 @@ typedef enum { # include "irmode.h" # include "type.h" # include "dbginfo.h" -# include "exc.h" +//# include "exc.h" /** * @file irnode.h diff --git a/ir/st/Makefile.in b/ir/st/Makefile.in index 2f67e2070..144a2e155 100644 --- a/ir/st/Makefile.in +++ b/ir/st/Makefile.in @@ -15,11 +15,11 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/st -INSTALL_HEADERS = st.h exc.h bs.h +INSTALL_HEADERS = SOURCES = $(INSTALL_HEADERS) -SOURCES += Makefile.in st.c exc.c +SOURCES += Makefile.in st.c exc.c st.h exc.h bs.h include $(topdir)/MakeRules