X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=blobdiff_plain;f=C%2FSYSTEM.h;h=f38101343d27f139c86056487cadd1a1b6ce274c;hp=183da76118b1309c52c791a384689f08c8df0789;hb=2a7e13212b097598452e3856d87c73c7adbad454;hpb=4698f29af16739226d3987d1cfd4ce93c068d897 diff --git a/C/SYSTEM.h b/C/SYSTEM.h index 183da76..f381013 100644 --- a/C/SYSTEM.h +++ b/C/SYSTEM.h @@ -43,6 +43,7 @@ typedef unsigned int SET; typedef void ANYREC; typedef void *ANYPTR; typedef void *SYSTEM_PTR; +typedef INTEGER SYSTEM_ADDRESS; /* Unsigned variants are for use by shift and rotate macros */ typedef unsigned char __U_SHORTCHAR;