always prefere complete over incomplete types when mergin declarations
[cparser] / adt / error.h
index 44eb0fd..3384874 100644 (file)
@@ -1,7 +1,8 @@
 // placeholder file...
 #include <stdio.h>
 #include <stdlib.h>
+#include "config.h"
 
-static inline __attribute__((noreturn))
+static inline NORETURN
 void panic(const char *msg)
 { fprintf(stderr, "Panic: %s\n", msg); abort(); }