codetools: fixed argument name of copy function (bug #10162)

git-svn-id: trunk@12841 -
This commit is contained in:
vincents 2007-11-12 15:45:55 +00:00
parent ad950003af
commit 5b35332b64

View File

@ -915,7 +915,7 @@ var
begin
if Context.Node.Desc in AllPascalStatements then begin
AddCompilerProcedure('SetLength','array of type; NewLength: integer');
AddCompilerProcedure('Copy','const s: string; FromPosition, ToPosition: integer');
AddCompilerProcedure('Copy','const s: string; FromPosition, Count: integer');
AddCompilerProcedure('Write','Args : Arguments');
AddCompilerProcedure('WriteLn','Args : Arguments');
AddCompilerProcedure('Read','');