Added gnu90 test

work-around : disabled automatic selection of huff0 quad-decoder (see #173)
This commit is contained in:
Yann Collet
2016-05-05 03:01:13 +02:00
parent f6ac47955b
commit 3f8ed50bf1
5 changed files with 9 additions and 2 deletions
+3
View File
@@ -44,6 +44,9 @@
#if defined(_MSC_VER)
# define snprintf _snprintf /* snprintf unsupported by Visual <= 2012 */
#elif defined (__cplusplus) || (defined (__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /* C99 */)
#else
# define snprintf(b, s, ...) sprintf(b, __VA_ARGS__)
#endif