Fix visibility of empty variable -- it should be static.

Submitted by:	bde and Hartmut Brandt <brandt@fokus.gmd.de> (via PR)
PR:		bin/25308
This commit is contained in:
phantom 2001-02-24 13:13:48 +00:00
parent 7414b9d02e
commit c33a989ee7

View File

@ -35,7 +35,7 @@
#define LCMESSAGES_SIZE_MIN \
(offsetof(struct lc_messages_T, yesstr) / sizeof(char *))
char empty[] = "";
static char empty[] = "";
static const struct lc_messages_T _C_messages_locale = {
"^[yY]" , /* yesexpr */