diff --git a/src/engine/function.c b/src/engine/function.c index bd42237e0..5f244e286 100644 --- a/src/engine/function.c +++ b/src/engine/function.c @@ -32,7 +32,9 @@ /* */ #ifndef FUNCTION_DEBUG_PROFILE +#undef PROFILE_ENTER_LOCAL #define PROFILE_ENTER_LOCAL(x) +#undef PROFILE_EXIT_LOCAL #define PROFILE_EXIT_LOCAL(x) #endif