GNOME Bugzilla – Bug 660619
__SIZEOF_INT__ and __SIZEOF_POINTER__ may not be defined
Last modified: 2011-10-03 07:15:33 UTC
Created attachment 197951 [details] [review] protect __SIZEOF_INT__ and __SIZEOF_POINTER__ with an ifdef Hi. Patch to protect __SIZEOF_INT__ and __SIZEOF_POINTER__ with an ifdef to prevent warning: "__SIZEOF_INT__" is not defined warning: "__SIZEOF_POINTER__" is not defined when including gtktextattributes.h. ok to push?
Review of attachment 197951 [details] [review]: Looks ok, though I would prefer to keep it in a single #if. Feel free to push with that change. Out of interest, what compiler are you using ?
Thanks, committed f44b8465f1733f848b69ffde85d12dfb5e1b36e1 Compiler is GCC 4.2.1: Target: i386-unknown-openbsd5.0 Configured with: OpenBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719