From ca298b87ce3da706ba7f4854c978b32936fe5b41 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 25 Dec 2010 21:41:40 +0200 Subject: Some fixes for z/OS and also Autoconf. --- builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin.c') diff --git a/builtin.c b/builtin.c index 3628d3c9..48b4c49c 100644 --- a/builtin.c +++ b/builtin.c @@ -2382,7 +2382,7 @@ NODE * do_bindtextdomain(int nargs) { NODE *t1, *t2; - char *directory, *domain; + const char *directory, *domain; char *the_result; t1 = t2 = NULL; -- cgit v1.2.3