From: Scott Wood Date: Sat, 14 Jul 2007 17:22:10 +0000 (-0500) Subject: Remove #if 0 section. X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=commitdiff_plain;h=f8bdc6f9e7106aa7786ee19269ab9a2e4c307476 Remove #if 0 section. --- diff --git a/include/c/lowlevel/arch-x86/types.h b/include/c/lowlevel/arch-x86/types.h index 2aba0b4..d712ad5 100644 --- a/include/c/lowlevel/arch-x86/types.h +++ b/include/c/lowlevel/arch-x86/types.h @@ -14,13 +14,6 @@ typedef short int16_t; typedef int int32_t; typedef long long int64_t; -#if 0 -#ifndef _SIZE_T -#define _SIZE_T -typedef unsigned long size_t; -#endif -#endif - #ifndef _SSIZE_T #define _SSIZE_T typedef long ssize_t;