mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +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;
|
||||
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'];
|
||||
|
Loading…
Reference in New Issue
Block a user