svn commit: trunk/busybox/coreutils
Bernhard Fischer
rep.nop at aon.at
Sun Dec 17 12:27:18 PST 2006
On Sat, Dec 16, 2006 at 11:20:57PM +0100, Denis Vlasenko wrote:
>On Wednesday 13 December 2006 17:50, aldot at busybox.net wrote:
>> +/* XXX: FIXME: the following variables should be static, but gcc currently
>> + * creates a much bigger object if we do this. */
>> int context, status;
>> char *start, *label[2];
>> struct stat stb1, stb2;
>> char **dl;
>> -int dl_count = 0;
>> +static int dl_count = 0;
>
>Which version of gcc does this?
IIRC all i tried did this.
More information about the busybox
mailing list