do not assume signed char (grischka)

tcc-xref
bellard 2005-04-17 13:15:05 +00:00
parent debf0234cc
commit 484ee920c1
1 changed files with 1 additions and 1 deletions

2
elf.h
View File

@ -26,7 +26,7 @@
#else #else
#ifndef __int8_t_defined #ifndef __int8_t_defined
#define __int8_t_defined #define __int8_t_defined
typedef char int8_t; typedef signed char int8_t;
typedef short int int16_t; typedef short int int16_t;
typedef int int32_t; typedef int int32_t;
typedef long long int int64_t; typedef long long int int64_t;