> 2011-04-04  Kai Tietz
>
>        PR ada/4773
>        * s-oscons-tmplt.c (MSG_WAITALL): Define it for native windows
>        targets to flag value.

How adding an #ifdef without the corresponding #endif is supposed to work?

Attached patch applied.


2011-04-04  Eric Botcazou  <ebotca...@adacore.com>

       PR ada/47163
       * s-oscons-tmplt.c (MSG_WAITALL): Fix thinko in previous change.


-- 
Eric Botcazou
Index: s-oscons-tmplt.c
===================================================================
--- s-oscons-tmplt.c	(revision 171942)
+++ s-oscons-tmplt.c	(working copy)
@@ -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

Reply via email to