mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 19:49:22 +02:00
+ 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:
parent
7a15157387
commit
55db998529
@ -19,5 +19,5 @@ type
|
|||||||
end;
|
end;
|
||||||
pjmp_buf = ^jmp_buf;
|
pjmp_buf = ^jmp_buf;
|
||||||
|
|
||||||
{function setjmp(var S : jmp_buf) : shortint;[external name 'FPC_SETJMP'];
|
function setjmp(var S : jmp_buf) : shortint;[external name 'FPC_SETJMP'];
|
||||||
procedure longjmp(var S : jmp_buf;value : shortint);[external name 'FPC_LONGJMP'];}
|
procedure longjmp(var S : jmp_buf;value : shortint);[external name 'FPC_LONGJMP'];
|
||||||
|
Loading…
Reference in New Issue
Block a user