Skip to content

Commit

Permalink
objpascal: fix EAccessError by removing CMem import.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Aug 6, 2024
1 parent 6132330 commit 4580081
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions impls/objpascal/step0_repl.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

{$H+} // Use AnsiString

Uses CMem,
mal_readline;
Uses mal_readline;

var
Repl_Env: string = '';
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/step1_read_print.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
mal_readline,
mal_types,
reader,
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/step2_eval.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
fgl,
mal_readline,
mal_types,
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/step3_env.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
fgl,
mal_readline,
mal_types,
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/step4_if_fn_do.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
fgl,
mal_readline,
mal_types,
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/step5_tco.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
fgl,
mal_readline,
mal_types,
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/step6_file.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
fgl,
math,
mal_readline,
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/step7_quote.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
fgl,
math,
mal_readline,
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/step8_macros.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
fgl,
math,
mal_readline,
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/step9_try.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
fgl,
math,
mal_readline,
Expand Down
1 change: 0 additions & 1 deletion impls/objpascal/stepA_mal.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{$H+} // Use AnsiString

Uses sysutils,
CMem,
fgl,
math,
mal_readline,
Expand Down

0 comments on commit 4580081

Please sign in to comment.