aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-04-12 23:43:14 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-04-12 23:43:14 +0300
commit66c19316fa004ddafde9ceab7b9e374fb97e0fc3 (patch)
treef419d2f50b6ff06aeefab6d86c932c23ea7aba7e /builtin.c
parente6ec3d5d5ab9f31142c09a70ff17741939a52192 (diff)
parent0813c48d190d983cb0b3e55f5d8345c91c43e09b (diff)
downloadegawk-66c19316fa004ddafde9ceab7b9e374fb97e0fc3.tar.gz
egawk-66c19316fa004ddafde9ceab7b9e374fb97e0fc3.tar.bz2
egawk-66c19316fa004ddafde9ceab7b9e374fb97e0fc3.zip
Merge branch 'master' into feature/fix-comments
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();