1 /*
2  * Copyright (c) 2013 Bryan O'Sullivan <bos@serpentine.com>.
3  */
4 
5 #ifndef _text_cbits_h
6 #define _text_cbits_h
7 
8 #define UTF8_ACCEPT 0
9 #define UTF8_REJECT 12
10 
11 #endif
12