Miguel Ángel <[email protected]> writes: > This fixes the Savannah bug <http://savannah.gnu.org/bugs/?35313>.
(for readers, it is regarding redefinition of "__attribute__") > Sorry, I always forgot to copy the URL, the one for the other bug report > is <http://savannah.gnu.org/bugs/?33102>. Couldn't find the patch, but assuming it is: "Do not define __attribute__ in header files." <https://github.com/644rosen/gettext_gtkbuilder_support/commit/22e0ea4415f269f1f30014cfa34e2bd17b4a6e1b> Can't it be fixed if we just port this from gnulib? commit f6a5a124d0cb326acd4dfa9ce3276baa26734b16 Author: Bruno Haible <[email protected]> Date: Sun Feb 13 23:21:20 2011 +0100 Don't interfere with a program's definition of __attribute__. <http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f6a5a124d0cb326acd4dfa9ce3276baa26734b16> Regards, -- Daiki Ueno
