hedgewars/pas2c.h
changeset 7070 8d4189609e90
parent 7069 bcf9d8e64e92
child 7072 159616c24bb8
equal deleted inserted replaced
7069:bcf9d8e64e92 7070:8d4189609e90
    47 typedef Byte * PByte;
    47 typedef Byte * PByte;
    48 typedef char * PChar;
    48 typedef char * PChar;
    49 typedef LongInt * PLongInt;
    49 typedef LongInt * PLongInt;
    50 typedef LongWord * PLongWord;
    50 typedef LongWord * PLongWord;
    51 typedef Integer * PInteger;
    51 typedef Integer * PInteger;
    52 typedef int * PtrInt;
    52 typedef int PtrInt;
    53 
    53 
    54 #ifdef __GNUG__
    54 #ifdef __GNUG__
    55 #define NULL __null
    55 #define NULL __null
    56 #else   /* G++ */
    56 #else   /* G++ */
    57 /* shield NULL definition for non-gnu parsers */
    57 /* shield NULL definition for non-gnu parsers */