Semi colon faking IF statement !
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9723 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
689d323d5c
commit
d9be67cf8e
@ -1893,7 +1893,7 @@ begin
|
||||
raise EXsdParserException.CreateFmt(SERR_ExpectedTypeDefinition,[FTypeName]);
|
||||
locContinue := locSym.InheritsFrom(TPasUnresolvedTypeRef) or
|
||||
( IsEmbeddedType(TPasType(locSym)) <> FEmbededDef );
|
||||
if not locContinue then;
|
||||
if not locContinue then
|
||||
Result := locSym as TPasType;
|
||||
end;
|
||||
if locContinue then begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user