aboutsummaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utf8.h b/utf8.h
index cbce8de..7f4b849 100644
--- a/utf8.h
+++ b/utf8.h
@@ -29,7 +29,7 @@ int utf8_fromunicode(char *p, unsigned short uc);
#define utf8_charlen(C) 1
#define utf8_prev_len(S, L) 1
-#else
+#elif !defined(JIM_BOOTSTRAP)
/**
* Returns the length of the utf-8 sequence starting with 'c'.
*
@@ -103,6 +103,6 @@ int utf8_upper(int uc);
*/
int utf8_lower(int uc);
-#endif
+#endif /* JIM_BOOTSTRAP */
#endif