summary refs log tree commit diff
path: root/bin/hilex.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 16:04:52 -0500
committerJune McEnroe <june@causal.agency>2021-01-13 16:04:52 -0500
commit29b578e6cdede6d9777b8dcf20d09b4aec10ba6c (patch)
treec602b18e2af839d5acc4af227ad424f0192cfcc8 /bin/hilex.h
parentTry to return strings as single tokens (diff)
downloadsrc-29b578e6cdede6d9777b8dcf20d09b4aec10ba6c.tar.gz
src-29b578e6cdede6d9777b8dcf20d09b4aec10ba6c.zip
Move text "lexer" to hilex.c
Diffstat (limited to 'bin/hilex.h')
-rw-r--r--bin/hilex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/hilex.h b/bin/hilex.h
index 2e463be7..fc969e5f 100644
--- a/bin/hilex.h
+++ b/bin/hilex.h
@@ -47,4 +47,3 @@ struct Lexer {
 extern const struct Lexer LexC;
 extern const struct Lexer LexMake;
 extern const struct Lexer LexMdoc;
-extern const struct Lexer LexText;