aboutsummaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/utf8.h b/utf8.h
index 2f6a191..786b13f 100644
--- a/utf8.h
+++ b/utf8.h
@@ -29,7 +29,8 @@ int utf8_fromunicode(char *p, unsigned short uc);
#define utf8_charlen(C) 1
#define utf8_prev_len(S, L) 1
-#elif !defined(JIM_BOOTSTRAP)
+#else
+#if !defined(JIM_BOOTSTRAP)
/**
* Returns the length of the utf-8 sequence starting with 'c'.
*
@@ -102,7 +103,8 @@ int utf8_upper(int uc);
* Does not support unicode code points > \uffff
*/
int utf8_lower(int uc);
-
#endif /* JIM_BOOTSTRAP */
#endif
+
+#endif