svn commit: r235267 - in head/usr.bin/sort: . nls

Konstantin Belousov kostikbel at gmail.com
Fri May 11 12:48:29 UTC 2012


On Fri, May 11, 2012 at 12:37:16PM +0000, Gabor Kovesdan wrote:
> Author: gabor
> Date: Fri May 11 12:37:16 2012
> New Revision: 235267
> URL: http://svn.freebsd.org/changeset/base/235267

> +bool byte_sort = false;
> +
> +static wchar_t **wmonths = NULL;
> +static unsigned char **cmonths = NULL;

Such initializations are useless. You only increase the size of the binary
on the disk as the consequence.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20120511/8a243411/attachment.pgp


More information about the svn-src-head mailing list