mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 12:09:48 +02:00
* fixed parsing of spezialitions taking more than one argument
git-svn-id: trunk@5311 -
This commit is contained in:
parent
a9980bf951
commit
b0104f2ec8
@ -125,10 +125,9 @@ implementation
|
|||||||
(ttypesym(sym).typedef.typ=undefineddef) then
|
(ttypesym(sym).typedef.typ=undefineddef) then
|
||||||
begin
|
begin
|
||||||
if not first then
|
if not first then
|
||||||
begin
|
consume(_COMMA)
|
||||||
consume(_COMMA);
|
else
|
||||||
first:=false;
|
first:=false;
|
||||||
end;
|
|
||||||
pt2:=factor(false);
|
pt2:=factor(false);
|
||||||
if pt2.nodetype=typen then
|
if pt2.nodetype=typen then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user