hedgewars/pas2c.h
changeset 7060 861d6897917f
parent 7054 7e8fb07ef91c
child 7062 7efe16575779
equal deleted inserted replaced
7059:800dcaf979bf 7060:861d6897917f
    45 
    45 
    46 typedef void * pointer;
    46 typedef void * pointer;
    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 Integer * PInteger;
    51 typedef Integer * PInteger;
    51 typedef int * PtrInt;
    52 typedef int * PtrInt;
    52 
    53 
    53 #ifdef __GNUG__
    54 #ifdef __GNUG__
    54 #define NULL __null
    55 #define NULL __null