OSDN Git Service

Fixed condition
authorJaroslav Kysela <perex@perex.cz>
Sat, 1 Dec 2001 20:47:38 +0000 (20:47 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sat, 1 Dec 2001 20:47:38 +0000 (20:47 +0000)
src/pcm/pcm_lfloat.c

index cb4de81..793bc17 100644 (file)
@@ -26,7 +26,7 @@
 typedef float float_t;
 typedef double double_t;
 
-#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR <= 91)
+#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ <= 91)
 #define BUGGY_GCC
 #endif