hedgewars/pas2cSystem.pas
changeset 6926 6e832f8f4d8e
parent 6902 7d4e5ce73b98
child 6967 1224c6fb36c3
--- 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;