Fix errors in the lexer module
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
obtain one at https://mozilla.org/MPL/2.0/. *)
|
||||
program;
|
||||
|
||||
import cstdio, cctype, common, command_line_interface, Lexer;
|
||||
import cstdio, cctype, common, command_line_interface, lexer;
|
||||
|
||||
const
|
||||
SEEK_SET* := 0;
|
||||
|
Reference in New Issue
Block a user