diff -r 1fbf9266ba52 -r 6e832f8f4d8e hedgewars/pas2cSystem.pas --- a/hedgewars/pas2cSystem.pas Tue Apr 24 23:56:41 2012 +0400 +++ b/hedgewars/pas2cSystem.pas Tue Apr 24 16:58:19 2012 -0400 @@ -36,6 +36,7 @@ char = char; PChar = ^char; + PPChar = ^Pchar; PByte = ^Byte; PLongInt = ^LongInt;