diff options
Diffstat (limited to '')
-rw-r--r-- | bin/hilex.h | 1 |
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; |