mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 13:50:18 +02:00
* fix problem in CompilerComment procedure
This commit is contained in:
parent
1f181ba55e
commit
c8a114a307
@ -742,9 +742,7 @@ begin
|
||||
switch_to_base_heap;
|
||||
{$endif TEMPHEAP}
|
||||
CompilerComment:=false;
|
||||
{$ifndef DEV}
|
||||
if (status.verbosity and Level)=Level then
|
||||
{$endif}
|
||||
if (status.verbosity and Level)<>0 then
|
||||
begin
|
||||
{$ifdef redircompiler}
|
||||
RedirDisableAll;
|
||||
@ -1332,7 +1330,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.20 2003-01-13 09:05:18 pierre
|
||||
Revision 1.21 2003-03-27 14:11:53 pierre
|
||||
* fix problem in CompilerComment procedure
|
||||
|
||||
Revision 1.20 2003/01/13 09:05:18 pierre
|
||||
* fix error in last commit
|
||||
|
||||
Revision 1.19 2003/01/11 15:52:54 peter
|
||||
|
Loading…
Reference in New Issue
Block a user