From 6f2d785d0ff761961912d7e79a7d16c4adf86861 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Wed, 14 Oct 2015 02:39:30 -0400 Subject: Rename macros with two leading underscores These names are reserved for the compiler/library implementations. --- src/util/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/thread.h') diff --git a/src/util/thread.h b/src/util/thread.h index 8d8b6fe7f..5ed63544c 100644 --- a/src/util/thread.h +++ b/src/util/thread.h @@ -210,7 +210,7 @@ public: void *run() { - DSTACK(__FUNCTION_NAME); + DSTACK(FUNCTION_NAME); BEGIN_DEBUG_EXCEPTION_HANDLER while (!stopRequested()) { -- cgit v1.2.3