]> git.pld-linux.org Git - packages/glibc.git/commitdiff
little fix from libc-alpha@
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 15 Dec 2000 15:26:44 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-flexiblearray.patch -> 1.2

glibc-flexiblearray.patch

index c90a4e6fd62ec8e5e12b2c9d26b2818859f710d7..c090a592894f3ed5074b5226d7559ace12d85bfb 100644 (file)
@@ -35,7 +35,7 @@ diff -u -r1.40 -r1.41
 +# ifdef __GNUC__
 +#  define __flexarr   [0]
 +# else
-+#  ifdef __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
++#  if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
 +#   define __flexarr  []
 +#  else
 +/* Some other non-C99 compiler.  Approximate with [1].  */
This page took 0.086485 seconds and 4 git commands to generate.