summaryrefslogtreecommitdiffhomepage
path: root/lexer.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-11-19 19:11:52 +0100
committerJo-Philipp Wich <jo@mein.io>2020-11-19 19:51:49 +0100
commita162cf7aadacd08eb11af072bcb9dd041866b579 (patch)
treee0a829f63600c869268d61d6fecd1663bd65c5ea /lexer.h
parentff441aa908ad48ab5d197f4efd7d6e879fe185a2 (diff)
treewide: rebrand to ucode
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'lexer.h')
-rw-r--r--lexer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexer.h b/lexer.h
index 08984fc..e45d3e3 100644
--- a/lexer.h
+++ b/lexer.h
@@ -28,9 +28,9 @@ bool
utf8enc(char **out, int *rem, int code);
uint32_t
-ut_get_token(struct ut_state *s, FILE *fp);
+uc_get_token(struct uc_state *s, FILE *fp);
const char *
-ut_get_tokenname(int type);
+uc_get_tokenname(int type);
#endif /* __LEXER_H_ */