X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Flogbacktrace_unix.cpp;h=cc9cbf67e856954f08e67f7eec54dcc085def34b;hp=eae97dc185c577b4226bc60c03c53f8500c2710f;hb=13c1c8fd092079ff9bc4ff3acfa9100d008d5ea7;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/common/logbacktrace_unix.cpp b/src/common/logbacktrace_unix.cpp index eae97dc1..cc9cbf67 100644 --- a/src/common/logbacktrace_unix.cpp +++ b/src/common/logbacktrace_unix.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2014 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;