From cb27db421012fac17ac67f2312d16811cf827e78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 24 Sep 2003 15:11:01 +0000 Subject: [PATCH] removed exc.h from libfirm interface [r1869] --- ir/ir/irnode.h | 2 +- ir/st/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1