summaryrefslogtreecommitdiffstats
path: root/lz4demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'lz4demo.c')
-rw-r--r--lz4demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lz4demo.c b/lz4demo.c
index 067ac2e..8b9a0b9 100644
--- a/lz4demo.c
+++ b/lz4demo.c
@@ -59,7 +59,7 @@
#if defined(_MSC_VER) // Visual Studio
#define swap32 _byteswap_ulong
-#elif GCC_VERSION >= 430
+#elif GCC_VERSION >= 403
#define swap32 __builtin_bswap32
#else
static inline unsigned int swap32(unsigned int x) {