hedgewars/pas2c.h
changeset 7070 8d4189609e90
parent 7069 bcf9d8e64e92
child 7072 159616c24bb8
--- a/hedgewars/pas2c.h	Sat May 12 23:55:09 2012 +0400
+++ b/hedgewars/pas2c.h	Sun May 13 00:40:01 2012 +0400
@@ -49,7 +49,7 @@
 typedef LongInt * PLongInt;
 typedef LongWord * PLongWord;
 typedef Integer * PInteger;
-typedef int * PtrInt;
+typedef int PtrInt;
 
 #ifdef __GNUG__
 #define NULL __null