From 63fc8800843095df54b92c13f3944d65a1026483 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 1 May 2010 17:53:11 +0000 Subject: [PATCH] codetools: comment git-svn-id: trunk@25109 - --- components/codetools/definetemplates.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/codetools/definetemplates.pas b/components/codetools/definetemplates.pas index 81b5458364..875d864b25 100644 --- a/components/codetools/definetemplates.pas +++ b/components/codetools/definetemplates.pas @@ -1118,6 +1118,8 @@ end; function GatherUnitsInFPCSources(Files: TStringList; TargetOS: string; TargetCPU: string; ConflictFilenames: TStringList; Rules: TFPCSourceRules): TStringToStringTree; +{ returns tree lowercase unit name to file name (maybe relative) +} function CountMatches(Targets, aTxt: PChar): integer; // check how many of the comma separated words in Targets are in words of aTxt