Remove unused CHAR type and replace SIZE_T with size_t, we check for that.

This commit is contained in:
Joachim Nilsson
2010-07-24 03:12:45 +02:00
parent a7eea67253
commit 83e4837f39
3 changed files with 15 additions and 21 deletions

View File

@@ -53,12 +53,6 @@
# include <sys/ioctl.h>
#endif
#ifndef SIZE_T
#define SIZE_T unsigned int
#endif
typedef unsigned char CHAR;
#define MEM_INC 64
#define SCREEN_INC 256