X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Flogbacktrace_unix.cpp;h=72941e1396c80be6b9b970ed1f0fb7f6b871438e;hb=e30092afc1803d753914a7ab9fa88bba818de559;hp=11e2550e1e07d1f2a16f90644e6f25265b8caeaf;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49;p=quassel.git diff --git a/src/common/logbacktrace_unix.cpp b/src/common/logbacktrace_unix.cpp index 11e2550e..72941e13 100644 --- a/src/common/logbacktrace_unix.cpp +++ b/src/common/logbacktrace_unix.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -54,7 +54,7 @@ void Quassel::logBacktrace(const QString &filename) // void *dli_saddr; /* Exact value of nearest symbol. */ // } Dl_info; - #if __LP64__ + #ifdef __LP64__ int addrSize = 16; #else int addrSize = 8;