mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:29:32 +02:00
Add missing generic/specialization parameter listing
git-svn-id: trunk@28728 -
This commit is contained in:
parent
c3a58bf5a8
commit
fa8d44c523
@ -1528,6 +1528,19 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
if [df_generic,df_specialization]*defoptions<>[] then
|
||||
begin
|
||||
nb:=ppufile.getlongint;
|
||||
writeln([space,'has ',nb,' parameters']);
|
||||
if nb>0 then
|
||||
begin
|
||||
for i:=0 to nb-1 do
|
||||
begin
|
||||
writeln([space,'parameter ',i,': ',ppufile.getstring]);
|
||||
readderef(space);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
if df_generic in defoptions then
|
||||
begin
|
||||
tokenbufsize:=ppufile.getlongint;
|
||||
|
Loading…
Reference in New Issue
Block a user