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/httpfetch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/httpfetch.cpp') diff --git a/src/httpfetch.cpp b/src/httpfetch.cpp index 979f11160..f10351a01 100644 --- a/src/httpfetch.cpp +++ b/src/httpfetch.cpp @@ -616,7 +616,7 @@ protected: void *run() { - DSTACK(__FUNCTION_NAME); + DSTACK(FUNCTION_NAME); CurlHandlePool pool; -- cgit v1.2.3