Re: [ANNOUNCE] GIT 1.0.7

From: Junio C Hamano <junkio@cox.net>
Date: 2006-01-07 19:43:03
[Yoshifuji-san, you will see this message twice but everybody
else would not --- I removed your Japanese name from the body of
the message, to pass mail filter at kernel.org]

YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> writes:

> Allow compilation w/ gcc 2.95.4.
> (Or, it is okay to replace path[] with path[0].)

This is unfortunate; path[] is the correct C (and path[0] is
not---it is an gcc extension), and we have quite a few of them.
Last time somebody wanted to change all of them to path[] we
found out gcc 2.95 did not like it, and ended up doing path[0]
form.  So I'd say change it to path[0] for now.

-
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 Sat Jan 07 19:43:39 2006

This archive was generated by hypermail 2.1.8 : 2006-01-07 19:43:46 EST