]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
Introduced NONRET macro
[pciutils.git] / ChangeLog
index 17ab1084d66d46bafa8ed556d33fca9229308552..0a7a20458b9be72f4224d7e6223037ea5e9fa11e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-12-26  Martin Mares  <mj@ucw.cz>
 
+       * pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
+       the GCC specific __attribute__((noreturn)) and killed the hack with
+       redefining __attribute__ on non-GCC compilers.
+
        * Makefile: Added missing dependencies. Parallel builds work now.
        Problem reported by Andreas Haumer <andreas@xss.co.at>, but I chose
        a different fix.