removed exc.h from libfirm interface
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 24 Sep 2003 15:11:01 +0000 (15:11 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 24 Sep 2003 15:11:01 +0000 (15:11 +0000)
[r1869]

ir/ir/irnode.h
ir/st/Makefile.in

index 300ea5e..7f8b731 100644 (file)
@@ -44,7 +44,7 @@ typedef enum {
 # include "irmode.h"
 # include "type.h"
 # include "dbginfo.h"
-# include "exc.h"
+//# include "exc.h"
 
 /**
  * @file irnode.h
index 2f67e20..144a2e1 100644 (file)
@@ -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