From c1fd17bc2ea714224521a9ce5bfb55d11daa5645 Mon Sep 17 00:00:00 2001 From: DeaDDooMER Date: Sat, 3 Aug 2019 17:45:54 +0300 Subject: [PATCH] remove SYSTEM_ADDRESS from SYSTEM.h --- C/SYSTEM.h | 1 - 1 file changed, 1 deletion(-) diff --git a/C/SYSTEM.h b/C/SYSTEM.h index f381013..183da76 100644 --- a/C/SYSTEM.h +++ b/C/SYSTEM.h @@ -43,7 +43,6 @@ 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; -- 2.29.2