betranshlp: cleanup, pretransform end node so keep_alive works in transformers
[libfirm] / ir / common / error.c
index e65af3d..9b3ee7d 100644 (file)
@@ -23,9 +23,7 @@
  * @author    Michael Beck
  * @version   $Id$
  */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include <stdlib.h>
 
@@ -34,7 +32,8 @@
 #include "error.h"
 #include "irprintf.h"
 
-NORETURN panic(const char *fmt, ...) {
+NORETURN panic(const char *fmt, ...)
+{
        va_list ap;
 
        fputs("libFirm panic: ", stderr);