Quellcode durchsuchen

* fixed ide building using the new comment hook

git-svn-id: trunk@7371 -
florian vor 18 Jahren
Ursprung
Commit
acb9fb53d2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ide/fpcompil.pas

+ 1 - 1
ide/fpcompil.pas

@@ -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