TinyC upgrade (#6593)

This commit is contained in:
Dmitry Atamanov
2017-10-28 10:25:56 +03:00
committed by Andreas Rumpf
parent 9c00f6decd
commit d2c7d391c8
395 changed files with 68184 additions and 32394 deletions

View File

@@ -27,7 +27,7 @@
#define DBL_MAX_10_EXP 308
/* horrible intel long double */
#ifdef __i386__
#if defined __i386__ || defined __x86_64__
#define LDBL_MANT_DIG 64
#define LDBL_DIG 18