mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 16:16:03 +02:00
parent
07ea2a5b38
commit
4c6874504b
@ -731,6 +731,8 @@ implementation
|
||||
symdone:=false;
|
||||
sc.reset;
|
||||
repeat
|
||||
if (token = _ID) then
|
||||
begin
|
||||
case symtablestack.symtabletype of
|
||||
localsymtable :
|
||||
vs:=tlocalvarsym.create(orgpattern,vs_value,generrortype,[]);
|
||||
@ -748,6 +750,7 @@ implementation
|
||||
sc.insert(vs)
|
||||
else
|
||||
vs.free;
|
||||
end;
|
||||
consume(_ID);
|
||||
until not try_to_consume(_COMMA);
|
||||
consume(_COLON);
|
||||
|
Loading…
Reference in New Issue
Block a user