mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 02:09:28 +02:00
* stack checking supported for all systems
This commit is contained in:
parent
1b53eca49d
commit
85032ae6c6
@ -20,11 +20,7 @@ interface
|
|||||||
{$DEFINE EMX} (* EMX is the only possibility under OS/2 at the moment *)
|
{$DEFINE EMX} (* EMX is the only possibility under OS/2 at the moment *)
|
||||||
{$ENDIF OS2}
|
{$ENDIF OS2}
|
||||||
|
|
||||||
{ This is very important as this code can be called
|
{$S-}
|
||||||
from inside the RTE 202 error PM }
|
|
||||||
{$ifndef Unix}
|
|
||||||
{$S-}
|
|
||||||
{$endif}
|
|
||||||
|
|
||||||
procedure GetLineInfo(addr:dword;var func,source:string;var line:longint);
|
procedure GetLineInfo(addr:dword;var func,source:string;var line:longint);
|
||||||
|
|
||||||
@ -879,7 +875,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 2002-05-31 13:37:24 marco
|
Revision 1.10 2002-09-07 11:09:40 carl
|
||||||
|
* stack checking supported for all systems
|
||||||
|
|
||||||
|
Revision 1.9 2002/05/31 13:37:24 marco
|
||||||
* more Renamefest
|
* more Renamefest
|
||||||
|
|
||||||
Revision 1.8 2001/12/13 03:50:00 carl
|
Revision 1.8 2001/12/13 03:50:00 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user