From 29b578e6cdede6d9777b8dcf20d09b4aec10ba6c Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 13 Jan 2021 16:04:52 -0500 Subject: Move text "lexer" to hilex.c --- bin/hilex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/hilex.h') 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; -- cgit 1.4.1