|
@@ -541,7 +541,7 @@ implementation
|
|
|
addtype('LongInt',s32inttype);
|
|
|
addtype('QWord',u64inttype);
|
|
|
addtype('Int64',s64inttype);
|
|
|
- addtype('Char',cansichartype);
|
|
|
+ addtype('AnsiChar',cansichartype);
|
|
|
addtype('WideChar',cwidechartype);
|
|
|
addtype('Text',cfiledef.createtext);
|
|
|
addtype('TypedFile',cfiledef.createtyped(voidtype));
|
|
@@ -574,7 +574,7 @@ implementation
|
|
|
addtype('$int64',s64inttype);
|
|
|
addtype('$uint128',u128inttype);
|
|
|
addtype('$int128',s128inttype);
|
|
|
- addtype('$char',cansichartype);
|
|
|
+ addtype('$ansichar',cansichartype);
|
|
|
addtype('$widechar',cwidechartype);
|
|
|
addtype('$shortstring',cshortstringtype);
|
|
|
addtype('$longstring',clongstringtype);
|
|
@@ -732,7 +732,7 @@ implementation
|
|
|
loadtype('typedformal',ctypedformaltype);
|
|
|
loadtype('void',voidtype);
|
|
|
loadtype('void_pointer',voidpointertype);
|
|
|
- loadtype('char',cansichartype);
|
|
|
+ loadtype('ansichar',cansichartype);
|
|
|
loadtype('widechar',cwidechartype);
|
|
|
loadtype('shortstring',cshortstringtype);
|
|
|
loadtype('longstring',clongstringtype);
|