From fac5d69b8b4f154d0105a8278160cb18a04631f9 Mon Sep 17 00:00:00 2001 From: Geoff Wing Date: Tue, 29 Nov 2005 01:43:14 +0000 Subject: fix utils.c prototype generation for non multibyte build --- Src/utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index f32b162f7..19ec4ab6e 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -2618,6 +2618,7 @@ inittyptab(void) } +/**/ #ifdef MULTIBYTE_SUPPORT /* A wide-character version of the iblank() macro. */ /**/ @@ -2690,6 +2691,7 @@ wcsiident(wchar_t c) return 0; } } +/**/ #endif -- cgit v1.2.3