浏览代码

--- 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;