mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-24 11:38:20 +02:00
* reinstantited stackcheck note for linux
This commit is contained in:
parent
467fbbf27f
commit
c9ec04cd7d
@ -90,6 +90,9 @@ begin
|
|||||||
aktlocalswitches:=aktlocalswitches+[tlocalswitch(setsw)]
|
aktlocalswitches:=aktlocalswitches+[tlocalswitch(setsw)]
|
||||||
else
|
else
|
||||||
aktlocalswitches:=aktlocalswitches-[tlocalswitch(setsw)];
|
aktlocalswitches:=aktlocalswitches-[tlocalswitch(setsw)];
|
||||||
|
{ Message for linux which has global checking only }
|
||||||
|
if switch='S' then
|
||||||
|
Message(scan_n_stack_check_global_under_linux);
|
||||||
end;
|
end;
|
||||||
modulesw : begin
|
modulesw : begin
|
||||||
if current_module^.in_main then
|
if current_module^.in_main then
|
||||||
@ -150,7 +153,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 1998-08-10 14:50:27 peter
|
Revision 1.9 1998-08-10 15:47:08 peter
|
||||||
|
* reinstantited stackcheck note for linux
|
||||||
|
|
||||||
|
Revision 1.8 1998/08/10 14:50:27 peter
|
||||||
+ localswitches, moduleswitches, globalswitches splitting
|
+ localswitches, moduleswitches, globalswitches splitting
|
||||||
|
|
||||||
Revision 1.7 1998/07/24 22:17:00 florian
|
Revision 1.7 1998/07/24 22:17:00 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user