codetools: parsing on statements, bug #13935

git-svn-id: trunk@21076 -
This commit is contained in:
mattias 2009-08-02 20:53:45 +00:00
parent 8ba2fa933d
commit 8e63d7866a

View File

@ -2324,6 +2324,8 @@ begin
RaiseStrExpectedWithBlockStartHint('"end"');
end else if CreateNodes and UpAtomIs('WITH') then begin
ReadWithStatement(true,CreateNodes);
end else if CreateNodes and UpAtomIs('ON') then begin
ReadOnStatement(true,CreateNodes);
end else begin
// check for unexpected keywords
case BlockType of