fixed error because of conflicted merge

git-svn-id: trunk@6348 -
This commit is contained in:
vincents 2004-12-07 06:28:09 +00:00
parent 9783f54fb3
commit 28f838614a
2 changed files with 4 additions and 2 deletions

View File

@ -647,7 +647,7 @@ begin
end; end;
{------------------------------------------------------------------------------ {------------------------------------------------------------------------------
TfrmCompilerOptions LoadCompilerOptions TBaseCompilerOptions LoadCompilerOptions
------------------------------------------------------------------------------} ------------------------------------------------------------------------------}
procedure TBaseCompilerOptions.LoadCompilerOptions(UseExistingFile: Boolean); procedure TBaseCompilerOptions.LoadCompilerOptions(UseExistingFile: Boolean);
var var

View File

@ -2148,7 +2148,6 @@ begin
{$ELSE} {$ELSE}
if TMethod(@Self.GetTextBuf).Code = Pointer(@TControl.GetTextBuf) if TMethod(@Self.GetTextBuf).Code = Pointer(@TControl.GetTextBuf)
{$ENDIF} {$ENDIF}
=======
then begin then begin
Result := RealGetText; Result := RealGetText;
end end
@ -3428,6 +3427,9 @@ end;
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.224 2004/12/07 06:28:09 vincents
fixed error because of conflicted merge
Revision 1.223 2004/12/07 03:15:32 vincents Revision 1.223 2004/12/07 03:15:32 vincents
fixed fpc 1.0.x compilation fixed fpc 1.0.x compilation