We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af4bc3b + 91cdca5 commit 50555f0Copy full SHA for 50555f0
libvisual/libvisual/lv_defines.h
@@ -78,7 +78,7 @@
78
79
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
80
# define LV_RESTRICT restrict
81
-#elif defined(__GNUC__) && __GNU__ >= 4
+#elif defined(__GNUC__) && __GNUC__ >= 4
82
# define LV_RESTRICT __restrict__
83
#elif defined(_MSC_VER) && _MSC_VER >= 1600
84
# define LV_RESTRICT __restrict
0 commit comments