X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=C%2FSYSTEM.h;h=f38101343d27f139c86056487cadd1a1b6ce274c;hb=037e816d3cb3967363fdaad60535fc9a7fa0748e;hp=183da76118b1309c52c791a384689f08c8df0789;hpb=4de97bf7ae01a78248a15ff69031824c5b089e31;p=cpc.git 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;