From 610a691e1c34b806e89b67e8fa4fc00571c30f3f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 17 Aug 2005 19:17:40 +0000 Subject: Marked some #ifdef ZLE_UNICODE_SUPPORT lines (and their #endif lines) with /**/ so that they would get copied to the .epro file. --- Src/string.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/string.c') diff --git a/Src/string.c b/Src/string.c index 0a7f200ab..b22c1bf66 100644 --- a/Src/string.c +++ b/Src/string.c @@ -54,6 +54,7 @@ ztrdup(const char *s) return t; } +/**/ #ifdef ZLE_UNICODE_SUPPORT /**/ mod_export wchar_t * @@ -67,6 +68,7 @@ wcs_ztrdup(const wchar_t *s) wcscpy(t, s); return t; } +/**/ #endif /* ZLE_UNICODE_SUPPORT */ -- cgit 1.4.1