View | Details | Raw Unified | Return to bug 25308
Collapse All | Expand All

(-)lmessages.c (-1 / +1 lines)
Lines 35-41 Link Here
35
#define LCMESSAGES_SIZE_MIN \
35
#define LCMESSAGES_SIZE_MIN \
36
		(offsetof(struct lc_messages_T, yesstr) / sizeof(char *))
36
		(offsetof(struct lc_messages_T, yesstr) / sizeof(char *))
37
37
38
char empty[] = "";
38
static char empty[] = "";
39
39
40
static const struct lc_messages_T _C_messages_locale = {
40
static const struct lc_messages_T _C_messages_locale = {
41
	"^[yY]" ,	/* yesexpr */
41
	"^[yY]" ,	/* yesexpr */

Return to bug 25308