Re: [ANNOUNCE] GIT 1.0.7

From: Junio C Hamano <junkio@cox.net>
Date: 2006-01-08 05:27:34
Sergey Vlasov <vsu@altlinux.ru> writes:

> There is also gcc 2.96, which also does not understand the C99 syntax.
> So we should use something like this instead:
>
> #if defined(__GNUC__) && (__GNUC__ < 3)
> #define FLEX_ARRAY 0
> #else
> #define FLEX_ARRAY /* empty */
> #endif
>
> (and be prepared to get complaints from users of other compilers).

Thanks.



-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Sun Jan 08 05:28:09 2006

This archive was generated by hypermail 2.1.8 : 2006-01-08 05:28:17 EST