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/unittest/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unittest') diff --git a/src/unittest/test.cpp b/src/unittest/test.cpp index de4711802..1f3b31017 100644 --- a/src/unittest/test.cpp +++ b/src/unittest/test.cpp @@ -217,7 +217,7 @@ void TestGameDef::defineSomeNodes() void run_tests() { - DSTACK(__FUNCTION_NAME); + DSTACK(FUNCTION_NAME); u32 t1 = porting::getTime(PRECISION_MILLI); TestGameDef gamedef; -- cgit v1.2.3