Added libcore option handling
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 24 Nov 2005 17:08:48 +0000 (17:08 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 24 Nov 2005 17:08:48 +0000 (17:08 +0000)
[r6985]

ir/common/irtools.h

index 660b83e..af81e00 100644 (file)
 #ifndef _IRTOOLS_H_
 #define _IRTOOLS_H_
 
 #ifndef _IRTOOLS_H_
 #define _IRTOOLS_H_
 
+#include "firm_config.h"
+
+#ifdef WITH_LIBCORE
+#include <libcore/lc_opts.h>
+lc_opt_entry_t *firm_opt_get_root(void);
+#endif
+
+
 #include "irnode.h"
 
 /**
 #include "irnode.h"
 
 /**