zsh-workers
 help / color / mirror / code / Atom feed
From: Andrey Borzenkov <arvidjaar@newmail.ru>
To: Vin Shelton <acs@alumni.princeton.edu>,
	zsh workers <zsh-workers@sunsite.dk>
Subject: Re: Failures in today's build
Date: Sat, 20 Oct 2007 10:44:29 +0400	[thread overview]
Message-ID: <200710201044.50984.arvidjaar@newmail.ru> (raw)
In-Reply-To: <20071019201935.GA27998@scowler.net>

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

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 #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2007-10-20  6:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-19 20:02 Vin Shelton
2007-10-19 20:19 ` Clint Adams
2007-10-20  6:44   ` Andrey Borzenkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200710201044.50984.arvidjaar@newmail.ru \
    --to=arvidjaar@newmail.ru \
    --cc=acs@alumni.princeton.edu \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).