Few uncommon types removed

This commit is contained in:
Ianos Gnatiuc
2005-10-21 00:19:15 +00:00
parent c5734978fa
commit aaf04488fd
8 changed files with 562 additions and 572 deletions

View File

@@ -36,9 +36,7 @@ typedef uint8_t bit;
typedef int8_t sbyte;
typedef uint8_t byte;
typedef int16_t sword;
typedef uint16_t word;
typedef int16_t sshort;
typedef uint16_t ushort;
typedef uint32_t dword;