This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] |
Richard Henderson wrote:
On Thu, Nov 07, 2002 at 01:12:30AM +0000, Graham Stott wrote:if (digit == 10) { ! if (--digits > 0) ! *p++ = '1';digits can't be zero. That's checked above. r~
Are you confusing digit with digits? Graham
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |