Remove SDL_RESTRICT in favor of doc comments

This commit is contained in:
Carl Åstholm
2024-09-09 18:34:29 +02:00
committed by Sam Lantinga
parent 731939fca1
commit d6caf2abe7
3 changed files with 1 additions and 12 deletions

View File

@@ -1756,7 +1756,7 @@ extern SDL_DECLSPEC int SDLCALL SDL_strncasecmp(const char *str1, const char *st
*
* \since This function is available since SDL 3.0.0.
*/
extern SDL_DECLSPEC char * SDLCALL SDL_strpbrk(const char * SDL_RESTRICT str, const char * SDL_RESTRICT breakset);
extern SDL_DECLSPEC char * SDLCALL SDL_strpbrk(const char *str, const char *breakset);
/**
* The Unicode REPLACEMENT CHARACTER codepoint.