From c1b01cfba2723b720f4c96f3628b575986080a1a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 3 Oct 2005 09:09:58 +0000 Subject: 21809: need to export nicedup() --- ChangeLog | 3 +++ Src/utils.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e8dac4c5d..82c53e098 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-10-03 Peter Stephenson + * 21809: Src/utils.c: need to export nicedup() for + --disable-multibyte in zle. + * 21790: INSTALL, NEWS, README: add some documentation about the 4.3 release. diff --git a/Src/utils.c b/Src/utils.c index 663be3b5b..838846910 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -3330,7 +3330,7 @@ zputs(char const *s, FILE *stream) /* Create a visibly-represented duplicate of a string. */ /**/ -static char * +mod_export char * nicedup(char const *s, int heap) { int c, len = strlen(s) * 5 + 1; -- cgit 1.4.1