mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:50:28 +02:00
* simulate the error code on system with no stack checking
This commit is contained in:
parent
7645e4c56b
commit
76f7d71cc3
@ -19,12 +19,18 @@ procedure recursive;
|
||||
Begin
|
||||
{$ifndef nocheck}
|
||||
Recursive;
|
||||
{$else}
|
||||
{ Simulate the correct error code }
|
||||
RunError(202);
|
||||
{$endif}
|
||||
end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2002-03-05 21:54:09 carl
|
||||
Revision 1.4 2002-03-09 23:18:51 carl
|
||||
* simulate the error code on system with no stack checking
|
||||
|
||||
Revision 1.3 2002/03/05 21:54:09 carl
|
||||
+ indicate error code
|
||||
|
||||
Revision 1.2 2002/01/19 12:37:12 peter
|
||||
|
Loading…
Reference in New Issue
Block a user