+ uncommented the setjump/longjump declarations, in order to get more of the RTL to compile

git-svn-id: branches/wasm@48217 -
This commit is contained in:
nickysn 2021-01-19 19:30:16 +00:00
parent 7a15157387
commit 55db998529

View File

@ -19,5 +19,5 @@ type
end;
pjmp_buf = ^jmp_buf;
{function setjmp(var S : jmp_buf) : shortint;[external name 'FPC_SETJMP'];
procedure longjmp(var S : jmp_buf;value : shortint);[external name 'FPC_LONGJMP'];}
function setjmp(var S : jmp_buf) : shortint;[external name 'FPC_SETJMP'];
procedure longjmp(var S : jmp_buf;value : shortint);[external name 'FPC_LONGJMP'];