Date: Wed, 13 Jun 2001 12:22:13 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: djgpp-workers AT delorie DOT com Subject: Re: [PATCH] Small gcc-3.0 related patch to src/libc/go32/dpmiexcp.c In-Reply-To: <200106130845.f5D8jse03770@hal.astr.lu.lv> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 13 Jun 2001, Andris Pavenis wrote: > It would be possible to woraround this problem by splitting string into 2 > parts ("") but it gives warning with -Wtraditional > (even if it's removed for now) and it would require comments explaining > reason for such hack. But also "**" instead of "??" is perhaps Ok (as > DJ suggested abount month ago) > > Ok to commit? Fine with me.