mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 12:10:43 +01:00
* JMP_BUF_SIZE changed to 4 to remove Alloctemp warnings
This commit is contained in:
parent
404d344d92
commit
6ce3721d8b
@ -56,13 +56,17 @@ 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 jmp_buf_size not set!}
|
{$warning jmp_buf_size not set!}
|
||||||
jmp_buf_size = 0;
|
JMP_BUF_SIZE = 4; // 4 is used temporary to remove AllocTemp warning
|
||||||
|
|
||||||
IMPLEMENTATION
|
implementation
|
||||||
END.
|
|
||||||
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2003-05-23 22:33:48 florian
|
Revision 1.8 2003-06-17 16:35:42 peter
|
||||||
|
* JMP_BUF_SIZE changed to 4 to remove Alloctemp warnings
|
||||||
|
|
||||||
|
Revision 1.7 2003/05/23 22:33:48 florian
|
||||||
* fix some small flaws which prevent sparc linux system unit from compiling
|
* fix some small flaws which prevent sparc linux system unit from compiling
|
||||||
* some reformatting done
|
* some reformatting done
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user