mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 17:50:54 +02:00
- removed semicolon after 'begin'
git-svn-id: trunk@31314 -
This commit is contained in:
parent
0cd1a88588
commit
515d702408
@ -683,7 +683,7 @@ implementation
|
|||||||
*****************************************************************************}
|
*****************************************************************************}
|
||||||
|
|
||||||
constructor TObjSymbol.create(AList:TFPHashObjectList;const AName:string);
|
constructor TObjSymbol.create(AList:TFPHashObjectList;const AName:string);
|
||||||
begin;
|
begin
|
||||||
inherited create(AList,AName);
|
inherited create(AList,AName);
|
||||||
bind:=AB_EXTERNAL;
|
bind:=AB_EXTERNAL;
|
||||||
typ:=AT_NONE;
|
typ:=AT_NONE;
|
||||||
|
Loading…
Reference in New Issue
Block a user