mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 13:18:24 +02:00
codetools: clean up
git-svn-id: trunk@26648 -
This commit is contained in:
parent
089aba0265
commit
d62007a174
@ -1,8 +1,8 @@
|
|||||||
{ Этот файл был автоматически создан Lazarus. Не редактировать!
|
{ This file was automatically created by Lazarus. Do not edit!
|
||||||
Исходный код используется только для компиляции и установки пакета.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit codetools;
|
unit CodeTools;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
@ -22,10 +22,10 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('CodeTools',@Register);
|
RegisterPackage('CodeTools', @Register);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user