Skip to content

Commit

Permalink
benchmark nfkc: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 23, 2016
1 parent 7ed4891 commit ed300a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/bench-nfkc.c
Expand Up @@ -38,7 +38,7 @@ const char *grn_nfkc50_map2(const unsigned char *prefix,
#define MAX_UNICODE 0x110000
#define BUFFER_SIZE 0x100

static int
static inline int
ucs2utf8(unsigned int i, unsigned char *buf)
{
unsigned char *p = buf;
Expand Down

0 comments on commit ed300a8

Please sign in to comment.