From c9e22d467289170a8ae80eff884d07e844f14887 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 20 Dec 2024 00:13:34 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_begin_code.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/SDL3/SDL_begin_code.h b/include/SDL3/SDL_begin_code.h index 95084b1c97..396838fc43 100644 --- a/include/SDL3/SDL_begin_code.h +++ b/include/SDL3/SDL_begin_code.h @@ -265,13 +265,14 @@ /** * Check if the compiler supports a given builtin functionality. * - * This allows preprocessor checks for things that otherwise might fail - * to compile. + * This allows preprocessor checks for things that otherwise might fail to + * compile. * * Supported by virtually all clang versions and more-recent GCCs. Use this * instead of checking the clang version if possible. * - * On compilers without has_builtin support, this is defined to 0 (always false). + * On compilers without has_builtin support, this is defined to 0 (always + * false). * * \since This macro is available since SDL 3.1.3. */