diff options
Diffstat (limited to 'Src/utils.c')
-rw-r--r-- | Src/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |