utf8n_to_uvuni(): Add a few compiler hints
authorKarl Williamson <public@khwilliamson.com>
Sun, 29 Apr 2012 01:25:40 +0000 (19:25 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 22 May 2012 14:24:19 +0000 (08:24 -0600)
commitb5b9af0457bb04d28735caf08eed046293cf4d94
treeb8c7a762e063798b1b07ee49d77847f2eab1df04
parent35c86e19f5a1e48c101194252134fd12094c82ba
utf8n_to_uvuni(): Add a few compiler hints

Tell the compiler that malformed input is not likely, so it can optimize
accordingly.
utf8.c