Changing

# if !defined __cplusplus && __GNUC_PREREQ (3, 3)
#  define __THROW       __attribute__ ((__nothrow__))
#  define __NTH(fct)    __attribute__ ((__nothrow__)) fct

to

# if !defined __cplusplus && __GNUC_PREREQ (3, 3)
#  define __THROW
#  define __NTH(fct)    __attribute__ ((__nothrow__)) fct

would also work.


-- 
Roger Leigh
                Printing on GNU/Linux?  http://gutenprint.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.

Attachment: pgpYYEEPGhIqk.pgp
Description: PGP signature

Reply via email to