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

* element type of ansistrings is cchartype, not u8inttype

git-svn-id: trunk@12446 -
Jonas Maebe 16 жил өмнө
parent
commit
2cd1acc77d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      compiler/dbgdwarf.pas

+ 1 - 1
compiler/dbgdwarf.pas

@@ -2996,7 +2996,7 @@ implementation
            end;
          st_ansistring:
            begin
-             addstringdef('AnsiString',u8inttype,true,-1);
+             addstringdef('AnsiString',cchartype,true,-1);
            end;
          st_unicodestring:
            begin