From 0813c48d190d983cb0b3e55f5d8345c91c43e09b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 12 Apr 2017 23:41:26 +0300 Subject: Compile fix for Mac OS X. --- builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin.c') diff --git a/builtin.c b/builtin.c index a0db2e4d..b3587630 100644 --- a/builtin.c +++ b/builtin.c @@ -3789,11 +3789,11 @@ do_dcgettext(int nargs) NODE *tmp, *t1, *t2 = NULL; char *string; char *the_result; + size_t reslen; #if ENABLE_NLS && defined(LC_MESSAGES) && HAVE_DCGETTEXT int lc_cat; char *domain; char save1, save2; - size_t reslen; if (nargs == 3) { /* third argument */ tmp = POP_STRING(); -- cgit v1.2.3