diff options
| author | bellard <bellard> | 2004-10-02 14:11:28 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2004-10-02 14:11:28 +0000 |
| commit | df36de6507e735faee3448687263a5c877d5f074 (patch) | |
| tree | 69be3aeefa0883f030991f7d79a48c78b71dead0 /stddef.h | |
| parent | c52df4de381bc79b0ec6803faacb42a6211f77c3 (diff) | |
| download | tinycc-df36de6507e735faee3448687263a5c877d5f074.tar.gz tinycc-df36de6507e735faee3448687263a5c877d5f074.tar.bz2 | |
fixes for dietlibc
Diffstat (limited to 'stddef.h')
| -rw-r--r-- | stddef.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t; /* need to do that because of glibc 2.1 bug (should have a way to test presence of 'long long' without __GNUC__, or TCC should define __GNUC__ ? */ -#ifndef __int8_t_defined +#if !defined(__int8_t_defined) && !defined(__dietlibc__) #define __int8_t_defined typedef char int8_t; typedef short int int16_t; |
