Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Failures in today's build



On Saturday 20 October 2007, Clint Adams wrote:
> -static HashTable zcurses_colorpairs;
> +static HashTable zcurses_colorpairs = NULL;

This is redundant. Static variables are required to be initialized to 0 which 
for pointers translates to NULL (whatever is NULL on current platform)

Attachment: signature.asc
Description: This is a digitally signed message part.



Messages sorted by: Reverse Date, Date, Thread, Author