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:
parent
7414b9d02e
commit
c33a989ee7
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user