mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 19:29:33 +02:00
- removed commented out code from the WASI startup code
This commit is contained in:
parent
f7b1ec2435
commit
a01a602140
@ -24,12 +24,10 @@ procedure _start;
|
||||
implementation
|
||||
|
||||
procedure PASCALMAIN; external 'PASCALMAIN';
|
||||
//procedure main; external 'main';
|
||||
|
||||
procedure _start;
|
||||
begin
|
||||
PASCALMAIN;
|
||||
// main;
|
||||
end;
|
||||
|
||||
exports
|
||||
|
Loading…
Reference in New Issue
Block a user