]> git.buserror.net Git - polintos/scott/priv.git/commitdiff
Remove #if 0 section.
authorScott Wood <scott@thor.buserror.net>
Sat, 14 Jul 2007 17:22:10 +0000 (12:22 -0500)
committerScott Wood <scott@thor.buserror.net>
Sat, 14 Jul 2007 17:22:10 +0000 (12:22 -0500)
include/c/lowlevel/arch-x86/types.h

index 2aba0b4ae7645e7ebc721905b21c7eb0d812e2c6..d712ad5f50ca7d3e858c15be3a1d53e229eb7b49 100644 (file)
@@ -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;