mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Merge all occurances of __func__ and __FUNCTION__ to SDL_FUNCTION
This commit is contained in:
committed by
Sam Lantinga
parent
d870911202
commit
8f8880a8eb
@@ -257,7 +257,7 @@ void *alloca(size_t);
|
||||
* For example:
|
||||
*
|
||||
* ```c
|
||||
* #define LOG_ERROR(X) OutputDebugString(SDL_STRINGIFY_ARG(__FUNCTION__) ": " X "\n")`
|
||||
* #define LOG_ERROR(X) OutputDebugString(SDL_STRINGIFY_ARG(SDL_FUNCTION) ": " X "\n")`
|
||||
* ```
|
||||
*
|
||||
* \param arg the text to turn into a string literal.
|
||||
|
||||
Reference in New Issue
Block a user