mirror of
https://github.com/troglobit/editline.git
synced 2025-09-18 02:08:08 +08:00
Remove unused CHAR type and replace SIZE_T with size_t, we check for that.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user