OSDN Git Service

* include/_mingw.h: Fix typo.
authorEarnie Boyd <earnie@users.sourceforge.net>
Tue, 4 Sep 2012 19:11:51 +0000 (15:11 -0400)
committerEarnie Boyd <earnie@users.sourceforge.net>
Tue, 4 Sep 2012 19:11:51 +0000 (15:11 -0400)
include/_mingw.h

index 495c790..6128c6b 100644 (file)
@@ -40,7 +40,7 @@
 #error ERROR: You must use a GNU Compiler.
 #endif
 
-#if (__GNUC__ < 3 || !defined(__GNUC__MINOR__) || (__GNUC__ == 3 && __GNUC_MINOR__ < 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4 && __GNUC_PATCHLEVEL__ < 5))
+#if (__GNUC__ < 3 || !defined(__GNUC_MINOR__) || (__GNUC__ == 3 && __GNUC_MINOR__ < 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4 && __GNUC_PATCHLEVEL__ < 5))
 #error ERROR: You must use a GNU Compiler version >= 3.4.5.
 #endif