소스 검색

--- Merging (from foreign repository) r31847 into '.':
U compiler/pexpr.pas

# revisions: 31847

git-svn-id: branches/fixes_3_0@31962 -

joost 9 년 전
부모
커밋
dc9c883dda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/pexpr.pas

+ 1 - 1
compiler/pexpr.pas

@@ -131,7 +131,7 @@ implementation
                   if m_default_unicodestring in current_settings.modeswitches then
                     def:=cunicodestringtype
                   else
-                    def:=getansistringdef
+                    def:=cansistringtype
                 end
               else
                 def:=cshortstringtype;