RegisterMethod fix for proper end parser position on functions.

git-svn-id: http://code.remobjects.com/svn/pascalscript@183 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
This commit is contained in:
mlaan 2009-09-25 07:52:31 +00:00
parent 37ca375cb1
commit e90a662b16

View File

@ -2192,6 +2192,7 @@ begin
Result := False;
exit;
end;
Parser.Next;
end
else if FuncType = 2 then {constructor}
begin