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)
commit13c1c8fd092079ff9bc4ff3acfa9100d008d5ea7
tree998fa141cec3e5adc1fd3b90b921893092faa6fc
parentf64d4eec4bba63ececdece95f5c73b0ac550acd4
Fix -Wundef warning

Was thrown on 32 bit, should be #ifdef instead of #if because the attribute
is only defined on 64 bit machines.
src/common/logbacktrace_unix.cpp