Browse Source

* element type of ansistrings is cchartype, not u8inttype

git-svn-id: trunk@12446 -
Jonas Maebe 16 years ago
parent
commit
2cd1acc77d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/dbgdwarf.pas

+ 1 - 1
compiler/dbgdwarf.pas

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