x11proto: Changes to 'master'

Matthieu Herrb herrb at kemper.freedesktop.org
Wed Apr 20 22:20:57 PDT 2011


 Xfuncproto.h.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 19c12c60c22d5a23039bc90845a6ecacdd64f2db
Author: Matthieu Herrb <matthieu.herrb at laas.fr>
Date:   Wed Apr 20 22:57:05 2011 +0200

    Fix __STDC_VERSION__ tests.
    
    the existing test:
    defined(__STDC__) && (__STDC_VERSION__ - 0 >= 199901L) causes an
    warning when building X stuff with gcc -Wundef. Other tests for
     __STDC_VERSION__ in the X sources all use
    defined(__STDC_VERSION__) && (__STDC_VERSION__ -0 >= 199901L)
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
    Reviewed-by: Matt Turner <mattst88 at gmail.com>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list