mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 18:50:25 +02:00
* fixed compilation after changes to "+" checking
git-svn-id: trunk@1584 -
This commit is contained in:
parent
fa8119280b
commit
563821918b
@ -542,7 +542,7 @@ begin
|
||||
AddLog(LongLogFile,Config.Note);
|
||||
CopyFile(CompilerLogFile,LongLogFile,true);
|
||||
{ avoid to try again }
|
||||
AddLog(ExeLogFile,'Failed to compile '++PPFileInfo);
|
||||
AddLog(ExeLogFile,'Failed to compile '+PPFileInfo);
|
||||
Verbose(V_Abort,'Internal error in compiler');
|
||||
exit;
|
||||
end;
|
||||
@ -873,7 +873,7 @@ begin
|
||||
DelExecutable:=true;
|
||||
|
||||
'U' :
|
||||
RemotePara:=+RemotePara+' '+Para;
|
||||
RemotePara:=RemotePara+' '+Para;
|
||||
|
||||
'V' : DoVerbose:=true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user