mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 00:30:07 +01:00
Document the requirement for interleaved code and declarations.
This commit is contained in:
parent
d15339a92c
commit
fac7e7e4e1
1 changed files with 1 additions and 0 deletions
|
|
@ -30,3 +30,4 @@ The server will not build if your toolchain does not support these extensions.
|
|||
struct foo bar = { .baz = quux, .brian = "dog" };
|
||||
* variadic macros: macros with a variable number of arguments, e.g.:
|
||||
#define DebugF(x, ...) /**/
|
||||
* interleaved code and declarations: { foo = TRUE; int bar; do_stuff(); }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue