hedgewars/pas2cSystem.pas
changeset 6926 6e832f8f4d8e
parent 6902 7d4e5ce73b98
child 6967 1224c6fb36c3
equal deleted inserted replaced
6925:1fbf9266ba52 6926:6e832f8f4d8e
    34     ansistring = string;
    34     ansistring = string;
    35     widechar = string;
    35     widechar = string;
    36 
    36 
    37     char = char;
    37     char = char;
    38     PChar = ^char;
    38     PChar = ^char;
       
    39     PPChar = ^Pchar;
    39     
    40     
    40     PByte = ^Byte;
    41     PByte = ^Byte;
    41     PLongInt = ^LongInt;
    42     PLongInt = ^LongInt;
    42     PLongWord = ^LongWord;
    43     PLongWord = ^LongWord;
    43     PInteger = ^Integer;
    44     PInteger = ^Integer;