mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* Fixed a wrong code caused by a typo. It has been revealed by a note about an unused var.
git-svn-id: trunk@48387 -
This commit is contained in:
parent
221efd7a80
commit
9c265d71f0
@ -990,7 +990,7 @@ uses
|
||||
paramdef2:=tconstsym(tstoreddef(def).genericparas[i]).constdef
|
||||
else
|
||||
paramdef2:=ttypesym(tstoreddef(def).genericparas[i]).typedef;
|
||||
if not equal_defs(paramdef2,paramdef2) then
|
||||
if not equal_defs(paramdef1,paramdef2) then
|
||||
begin
|
||||
allequal:=false;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user