mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +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
|
||||
jmp_buf structure in setjumph.inc file
|
||||
}
|
||||
{$warning setjmp buf_size unknown!}
|
||||
jmp_buf_size = 0;
|
||||
{ for linux: }
|
||||
jmp_buf_size = 232;
|
||||
|
||||
Implementation
|
||||
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.11 2002/09/07 15:25:14 peter
|
||||
|
Loading…
Reference in New Issue
Block a user