mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 17:59:20 +02:00
reduced debugging output
git-svn-id: trunk@15660 -
This commit is contained in:
parent
bfc63ff71a
commit
77d6a73b1b
@ -519,12 +519,12 @@ function ExtractCodeFromMakefile(const Source: string): string;
|
|||||||
var
|
var
|
||||||
NewLength: integer;
|
NewLength: integer;
|
||||||
begin
|
begin
|
||||||
DebugLn(['ExtractCodeFromMakefile START ',Result]);
|
//DebugLn(['ExtractCodeFromMakefile START ',Result]);
|
||||||
Result:='';
|
Result:='';
|
||||||
Run(Result,NewLength);
|
Run(Result,NewLength);
|
||||||
SetLength(Result,NewLength);
|
SetLength(Result,NewLength);
|
||||||
Run(Result,NewLength);
|
Run(Result,NewLength);
|
||||||
DebugLn(['ExtractCodeFromMakefile END ',Result]);
|
//DebugLn(['ExtractCodeFromMakefile END ',Result]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function CConstantToInt64(const s: string; out i: int64): boolean;
|
function CConstantToInt64(const s: string; out i: int64): boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user