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 77cf533..033c211 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 ba72023..4b5b138 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