From: Eric Botcazou Date: Mon, 4 Apr 2011 18:06:55 +0000 (+0000) Subject: re PR ada/47163 (Failure building target-libada for MingW64) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53e3000cd1513601000059fd6175912d5ee41b04;p=gcc.git re PR ada/47163 (Failure building target-libada for MingW64) PR ada/47163 * s-oscons-tmplt.c (MSG_WAITALL): Fix thinko in previous change. From-SVN: r171943 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 77cf5337286..033c211fde2 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2011-04-04 Eric Botcazou + + PR ada/47163 + * s-oscons-tmplt.c (MSG_WAITALL): Fix thinko in previous change. + 2011-04-04 Kai Tietz PR ada/47163 diff --git a/gcc/ada/s-oscons-tmplt.c b/gcc/ada/s-oscons-tmplt.c index ba7202315ca..4b5b138a963 100644 --- a/gcc/ada/s-oscons-tmplt.c +++ b/gcc/ada/s-oscons-tmplt.c @@ -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