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;
|
||||
@@ -922,6 +922,5 @@ begin
|
||||
return return_code
|
||||
end;
|
||||
|
||||
begin
|
||||
exit(process(count, parameters))
|
||||
return process(count, parameters)
|
||||
end.
|
||||
|
Reference in New Issue
Block a user