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() --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') 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