We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5497

Summary: SDL_COMPOSE_ERROR is wrong
Product: SDL Reporter: UMU <UMU618>
Component: renderAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.14   
Hardware: x86_64   
OS: Windows 10   

Description UMU 2021-01-23 09:32:21 UTC
#define SDL_COMPOSE_ERROR(str) SDL_STRINGIFY_ARG(__FUNCTION__) ", " str

I think SDL_STRINGIFY_ARG should be removed.

#define SDL_COMPOSE_ERROR(str) __FUNCTION__ ", " str
Comment 1 Sam Lantinga 2021-01-26 04:52:13 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/c6cc98d3fed8