Subject: Re: vis.c and SUNWspro
To: None <tech-pkg@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-pkg
Date: 03/20/2004 17:53:24
In article <20040320173428.GA9373@antioche.lip6.fr>,
Manuel Bouyer <bouyer@antioche.lip6.fr> wrote:
>-=-=-=-=-=-
>Attached is a possible (and working) fix, a variant would be to move the
>extra char *orig to the macro.
>Should I commit it ?

Why not have a single global
static const char empty[] = "";

in the beginning of the file?

christos