mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +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;
|
||||
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
|
||||
CompilerComment:=false;
|
||||
if (status.verbosity and Level)<>0 then
|
||||
|
Loading…
Reference in New Issue
Block a user