We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f9645 commit a42a71dCopy full SHA for a42a71d
include/SDL3/SDL_begin_code.h
@@ -312,9 +312,9 @@
312
* something that respects this alignment, use SDL_aligned_alloc() or some
313
* other mechanism.
314
*
315
- * On compilers without alignment support, this macro is **not defined**, to
316
- * make it clear that the current compiler is likely to generate incorrect
317
- * code when it sees this macro.
+ * On compilers without alignment support, this macro is defined to an
+ * invalid symbol, to make it clear that the current compiler is likely to
+ * generate incorrect code when it sees this macro.
318
319
* \param x the byte count to align to, so the data's address will be a
320
* multiple of this value.
0 commit comments