mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-23 15:56:00 +00:00
make sure #endif comment matches the macro name
(cherry picked from commit a5889b0e44)
This commit is contained in:
committed by
Sam Lantinga
parent
01d8bb5b7c
commit
abab2f1181
@@ -469,7 +469,7 @@
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
#endif /* NULL */
|
||||
#endif /* ! macOS - breaks precompiled headers */
|
||||
#endif /* __MACH__ */
|
||||
|
||||
#ifndef SDL_FALLTHROUGH
|
||||
#if (defined(__cplusplus) && __cplusplus >= 201703L) || \
|
||||
|
||||
@@ -208,7 +208,7 @@ _m_prefetch(void *__P)
|
||||
#else
|
||||
/* By default, assume that floats words follow the memory system mode. */
|
||||
#define SDL_FLOATWORDORDER SDL_BYTEORDER
|
||||
#endif /* __FLOAT_WORD_ORDER__ */
|
||||
#endif /* SDL_WIKI_DOCUMENTATION_SECTION */
|
||||
#endif /* !SDL_FLOATWORDORDER */
|
||||
|
||||
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
#else
|
||||
/* usually this is empty */
|
||||
#define SDLMAIN_DECLSPEC
|
||||
#endif /* SDL_MAIN_EXPORTED */
|
||||
#endif /* SDL_WIKI_DOCUMENTATION_SECTION */
|
||||
|
||||
#if defined(SDL_MAIN_NEEDED) || defined(SDL_MAIN_AVAILABLE) || defined(SDL_MAIN_USE_CALLBACKS)
|
||||
#define main SDL_main
|
||||
|
||||
Reference in New Issue
Block a user