mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
* fixed ide building using the new comment hook
git-svn-id: trunk@7371 -
This commit is contained in:
parent
39dc562326
commit
acb9fb53d2
@ -753,7 +753,7 @@ begin
|
|||||||
CompilerOpenInputFile:=f;
|
CompilerOpenInputFile:=f;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function CompilerComment(Level:Longint; const s:string):boolean; {$ifndef FPC}far;{$endif}
|
function CompilerComment(Level:Longint; const s:ansistring):boolean; {$ifndef FPC}far;{$endif}
|
||||||
begin
|
begin
|
||||||
CompilerComment:=false;
|
CompilerComment:=false;
|
||||||
if (status.verbosity and Level)<>0 then
|
if (status.verbosity and Level)<>0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user