2
0
Эх сурвалжийг харах

compiler: ignore case when check type parameters for identity

git-svn-id: trunk@16710 -
paul 14 жил өмнө
parent
commit
749075a851
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      compiler/pdecsub.pas

+ 1 - 1
compiler/pdecsub.pas

@@ -929,7 +929,7 @@ implementation
                                 sym:=tsym(astruct.symtable.SymList[i]);
                                 if sp_generic_para in sym.symoptions then
                                   begin
-                                    ok:=sym.RealName=pattern;
+                                    ok:=sym.Name=pattern;
                                     inc(i);
                                     break;
                                   end;