summary refs log tree commit diff
path: root/Src/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/hist.c')
-rw-r--r--Src/hist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/hist.c b/Src/hist.c
index 90183287d..e7f211dd5 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -1567,10 +1567,8 @@ casemodify(char *str, int how)
 
 	    case CASMOD_CAPS:
 	    default:		/* shuts up compiler */
-#ifdef MULTIBYTE_SUPPORT
 		if (IS_COMBINING(wc))
 			break;
-#endif
 		if (!iswalnum(wc))
 		    nextupper = 1;
 		else if (nextupper) {