aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-04-12 23:42:53 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-04-12 23:42:53 +0300
commitcb6411df195fc515dd5062a8c368e3422594a71f (patch)
treef1d4c12790579af897d5cf9e798ab53e325f1cfd /builtin.c
parentbbd26f5f61b1dae2d1638a45088105be616cf2fd (diff)
parent0813c48d190d983cb0b3e55f5d8345c91c43e09b (diff)
downloadegawk-cb6411df195fc515dd5062a8c368e3422594a71f.tar.gz
egawk-cb6411df195fc515dd5062a8c368e3422594a71f.tar.bz2
egawk-cb6411df195fc515dd5062a8c368e3422594a71f.zip
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
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();