mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* fixed wasm32 compilation error in setjump.inc
git-svn-id: branches/wasm@48232 -
This commit is contained in:
parent
ed9b14bc20
commit
0651e88682
@ -14,13 +14,13 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
function fpc_setjmp(var S : jmp_buf) : shortint;[Public, alias : 'FPC_SETJMP'];compilerproc;
|
||||
(*function fpc_setjmp(var S : jmp_buf) : shortint;{[Public, alias : 'FPC_SETJMP_'];}compilerproc;
|
||||
begin
|
||||
end;
|
||||
|
||||
|
||||
procedure fpc_longjmp(var S : jmp_buf;value : shortint);[Public, alias : 'FPC_LONGJMP'];compilerproc;
|
||||
procedure fpc_longjmp(var S : jmp_buf;value : shortint);{[Public, alias : 'FPC_LONGJMP_'];}compilerproc;
|
||||
begin
|
||||
end;
|
||||
end;*)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user