summaryrefslogtreecommitdiffstats
path: root/jv_unicode.c
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 01:02:18 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 01:33:04 +0100
commit1ebb3825400074dc62e92d161f76a57ef4fd40d4 (patch)
treec2dd6fe4dd3487c4b44e4ec0f15fd335abea7388 /jv_unicode.c
parent2363246eeaa700924279ba288a18b518d570b9ca (diff)
Check in jv_utf8_tables.gen.h, it is unlikely to change.
Diffstat (limited to 'jv_unicode.c')
-rw-r--r--jv_unicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jv_unicode.c b/jv_unicode.c
index b1417a2a..375ad367 100644
--- a/jv_unicode.c
+++ b/jv_unicode.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <assert.h>
#include "jv_unicode.h"
-#include "jv_utf8_tables.gen.h"
+#include "jv_utf8_tables.h"
const char* jvp_utf8_next(const char* in, const char* end, int* codepoint) {
if (in == end) {