소스 검색

merge r14140 from cpstrnew branch by paul:
prefer exact string const matches

git-svn-id: trunk@19096 -

paul 14 년 전
부모
커밋
8f3f583199
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/defcmp.pas

+ 1 - 1
compiler/defcmp.pas

@@ -346,7 +346,7 @@ implementation
                            else if tstringdef(def_to).stringtype in [st_widestring,st_unicodestring] then
                              eq:=te_convert_l2
                            else
-                             eq:=te_equal;
+                             eq:=te_convert_l1;
                          end;
                       end
                      else