瀏覽代碼

compiler: ignore case when check type parameters for identity

git-svn-id: trunk@16710 -
paul 14 年之前
父節點
當前提交
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;