diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-11-19 19:11:52 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-11-19 19:51:49 +0100 |
commit | a162cf7aadacd08eb11af072bcb9dd041866b579 (patch) | |
tree | e0a829f63600c869268d61d6fecd1663bd65c5ea /lexer.h | |
parent | ff441aa908ad48ab5d197f4efd7d6e879fe185a2 (diff) |
treewide: rebrand to ucode
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'lexer.h')
-rw-r--r-- | lexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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_ */ |