draft
[gdbmicli.git] / ansidecl.h
diff --git a/ansidecl.h b/ansidecl.h
new file mode 100644 (file)
index 0000000..7628064
--- /dev/null
@@ -0,0 +1,4 @@
+#if (GCC_VERSION < 2007)
+# define __attribute__(x)
+#endif
+#define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))