mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 09:50:18 +02:00
- max_frame_dump reduced to 8, 20 is too much!
This commit is contained in:
parent
f7f3dfabaf
commit
7e95e0140e
@ -67,7 +67,7 @@ const
|
||||
{$endif}
|
||||
|
||||
{ max level in dumping on error }
|
||||
Max_Frame_Dump : Word = 20;
|
||||
Max_Frame_Dump : Word = 8;
|
||||
{ Exit Procedure handling consts and types }
|
||||
ExitProc : pointer=nil;
|
||||
Erroraddr: pointer = nil;
|
||||
@ -386,7 +386,10 @@ Procedure halt;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.14 1998-06-25 14:04:26 peter
|
||||
Revision 1.15 1998-07-01 14:43:46 carl
|
||||
- max_frame_dump reduced to 8, 20 is too much!
|
||||
|
||||
Revision 1.14 1998/06/25 14:04:26 peter
|
||||
+ internal inc/dec
|
||||
|
||||
Revision 1.13 1998/06/25 09:44:21 daniel
|
||||
|
Loading…
Reference in New Issue
Block a user