mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 18:29:09 +02:00
* fixed setjmp record size
This commit is contained in:
parent
b899ea5469
commit
19946413fe
@ -59,15 +59,18 @@ Const
|
|||||||
the size of this buffer is deduced from the
|
the size of this buffer is deduced from the
|
||||||
jmp_buf structure in setjumph.inc file
|
jmp_buf structure in setjumph.inc file
|
||||||
}
|
}
|
||||||
{$warning setjmp buf_size unknown!}
|
{ for linux: }
|
||||||
jmp_buf_size = 0;
|
jmp_buf_size = 232;
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.12 2002-09-07 20:57:08 carl
|
Revision 1.13 2003-04-26 20:15:22 florian
|
||||||
|
* fixed setjmp record size
|
||||||
|
|
||||||
|
Revision 1.12 2002/09/07 20:57:08 carl
|
||||||
* cardinal -> longword
|
* cardinal -> longword
|
||||||
|
|
||||||
Revision 1.11 2002/09/07 15:25:14 peter
|
Revision 1.11 2002/09/07 15:25:14 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user