test case for empty asm statements
[libfirm] / include / libfirm / firm.h
index e0b5769..194b853 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -230,12 +230,10 @@ void free_firm(void);
  */
 void firm_get_version(firm_version_t *version);
 
-#ifdef WITH_LIBCORE
 /**
  * Read initializations arguments from the .init file.
  */
 void firm_init_options(const char *arg_prefix, int argc, const char **argv);
-#endif
 
 #ifdef __cplusplus
 }