Eliminate unsigned8, unsigned16, unsigned32. Use size_t, ptrdiff_t, intptr_t for 64bit compliance.

This commit is contained in:
Ralf Corsepius
2007-12-07 02:42:58 +00:00
parent 545ae5ba03
commit 4616790a31
5 changed files with 20 additions and 17 deletions

View File

@@ -9,10 +9,6 @@
#ifndef __SYSTEM_h
#define __SYSTEM_h
typedef unsigned int unsigned32;
typedef unsigned short unsigned16;
typedef unsigned char unsigned8;
#define STATIC static
#define INLINE inline