xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Sun Nov 18 08:39:42 PST 2007


 doc/c-extensions |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fac7e7e4e1809e865b9b3cf5b7eb69ba9d3a3759
Author: Adam Jackson <ajax at aspartame.nwnk.net>
Date:   Sun Nov 18 11:39:26 2007 -0500

    Document the requirement for interleaved code and declarations.

diff --git a/doc/c-extensions b/doc/c-extensions
index db2ba7d..e1b222b 100644
--- a/doc/c-extensions
+++ b/doc/c-extensions
@@ -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(); }


More information about the xorg-commit mailing list