This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi Eli, On Fri, May 22, 2009 at 14:55, Eli Zaretskii <eliz@gnu.org> wrote: >> Date: Thu, 21 May 2009 23:05:45 -0700 >> From: Joel Brobecker <brobecker@adacore.com> >> >> > "%zu" >> >> Are we allowed to use %z? > > No, I don't think so. > >> I thought that %z is C99 > > It is. > > I think the best we can do with C90 is use %lu and cast to > `unsigned long'. > I make a new patch use %lu and unsigned long. Please help me review it. Thanks, hui
Attachment:
fix-prec-cygwin-build-error.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |