From 42c70d7caaae756581f666d6f2f0743089e83135 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 10 Dec 2004 15:14:16 +0000 Subject: [PATCH] Removed unused header files move xml macros to read.c, freeing the header from libxml depency [r4626] --- ir/external/read_t.h | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/ir/external/read_t.h b/ir/external/read_t.h index 512806902..de41a1856 100644 --- a/ir/external/read_t.h +++ b/ir/external/read_t.h @@ -14,28 +14,10 @@ #ifndef _READ_T_H_ #define _READ_T_H_ -#include -#include -#include - -#include -#include -#include - #include "type.h" #include "entity.h" #include "ident.h" -# define MY_ENCODING "ISO-8859-1" - -# define CHECK(ptr,msg) assert (ptr && msg) - -# define NODE_NAME(n, m) (0 == xmlStrcmp (n->name, (const xmlChar*) #m)) -# define CHECK_NAME(n, m) assert (0 == xmlStrcmp (n->name, (const xmlChar*) #m)) - -# define NEW(T) (T*) malloc (sizeof (T)) - - /* first, the xml structures */ typedef struct type_str @@ -183,6 +165,10 @@ typedef struct mod_str /* $Log$ + Revision 1.2 2004/12/10 15:14:16 beck + Removed unused header files + move xml macros to read.c, freeing the header from libxml depency + Revision 1.1 2004/10/25 13:52:24 boesler seperated read.h (public interface) and read_t.h (types) -- 2.20.1