smallint can be a char for amd64 too
This commit is contained in:
parent
ef44d9d9f2
commit
cbbc043d1b
@ -224,7 +224,7 @@ extern int sysinfo(struct sysinfo* info);
|
||||
|
||||
|
||||
/* Size-saving "small" ints (arch-dependent) */
|
||||
#if defined(i386) || defined (__mips__)
|
||||
#if defined(i386) || defined(__x86_64__) || defined(__mips__)
|
||||
/* add other arches which benefit from this... */
|
||||
typedef signed char smallint;
|
||||
typedef unsigned char smalluint;
|
||||
|
Loading…
Reference in New Issue
Block a user