Fix -Wundef warning
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 19 Feb 2014 21:41:41 +0000 (22:41 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 19 Feb 2014 21:41:41 +0000 (22:41 +0100)
Was thrown on 32 bit, should be #ifdef instead of #if because the attribute
is only defined on 64 bit machines.


No differences found