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:
parent
37ca375cb1
commit
e90a662b16
@ -2192,6 +2192,7 @@ begin
|
||||
Result := False;
|
||||
exit;
|
||||
end;
|
||||
Parser.Next;
|
||||
end
|
||||
else if FuncType = 2 then {constructor}
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user