X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Flogbacktrace_unix.cpp;h=3746ba77949ef92438dfaff6930b5db087978e9e;hp=d6d8d718ccbe3ae85edf89d69652286e1443d7c2;hb=aec9c711900a443bfa7860fa86c6e9c86b81a3e7;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/common/logbacktrace_unix.cpp b/src/common/logbacktrace_unix.cpp index d6d8d718..3746ba77 100644 --- a/src/common/logbacktrace_unix.cpp +++ b/src/common/logbacktrace_unix.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2018 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;