re PR ada/47163 (Failure building target-libada for MingW64)
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 4 Apr 2011 18:06:55 +0000 (18:06 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 4 Apr 2011 18:06:55 +0000 (18:06 +0000)
PR ada/47163
* s-oscons-tmplt.c (MSG_WAITALL): Fix thinko in previous change.

From-SVN: r171943

gcc/ada/ChangeLog
gcc/ada/s-oscons-tmplt.c

index 77cf5337286b0cdae0619b19c8202320b8ad47cd..033c211fde23d0665c8d76e85d7ab72a6998055d 100644 (file)
@@ -1,3 +1,8 @@
+2011-04-04  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/47163
+       * s-oscons-tmplt.c (MSG_WAITALL): Fix thinko in previous change.
+
 2011-04-04  Kai Tietz  <ktietz@redhat.com>
 
        PR ada/47163
index ba7202315ca1b8a67bb758630fcf1f0621b7e36b..4b5b138a9630dec21aa1bd7623883671da81b220 100644 (file)
@@ -1091,6 +1091,7 @@ CND(MSG_EOR, "Send end of record")
 #else
 # define MSG_WAITALL -1
 #endif
+#endif
 CND(MSG_WAITALL, "Wait for full reception")
 
 #ifndef MSG_NOSIGNAL