From 2e53930ee9f06102ee39bf95b21775a563679d31 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 2 May 2010 12:41:20 +0200 Subject: optimizations in search and sorting --- utf8.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utf8.h') diff --git a/utf8.h b/utf8.h index 942f98e7..7ec66ef5 100644 --- a/utf8.h +++ b/utf8.h @@ -19,6 +19,9 @@ by Jeff Bezanson placed in the public domain Fall 2005 */ +#ifndef __UTF8_H +#define __UTF8_H + #include #include @@ -97,3 +100,5 @@ int u8_valid (const char *str, const char * utfcasestr (const char *s1, const char *s2); + +#endif -- cgit v1.2.3