aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-19 12:13:05 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-19 12:13:05 -0700
commit732c0f6ed6bc072638a66e8ed6802968e18ceb98 (patch)
tree8bfc25aff1903f452006f31ff6a2f906303e2017 /include
parent5c3114c81477298e9eb78ed3a070752f8d24b8a5 (diff)
feat: cleaned up character lexing
Diffstat (limited to 'include')
-rw-r--r--include/libn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libn.h b/include/libn.h
index a307dde..f469c5c 100644
--- a/include/libn.h
+++ b/include/libn.h
@@ -150,6 +150,7 @@ enum
RuneSelf = 0x80,
RuneErr = 0xFFFD,
RuneMax = 0x10FFFF,
+ RuneMask = 0x1FFFFF,
};
/* utf8 helpers */