1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00

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:
Alexey Zelkin 2001-02-24 13:13:48 +00:00
parent 9b1db09190
commit 41b55591ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72976

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 */