Fix errors in the lexer module

This commit is contained in:
2025-08-16 15:28:07 +02:00
parent f880e3d2d7
commit a0abcf5118
5 changed files with 36 additions and 34 deletions

View File

@@ -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.