This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: [PATCH] PR java/10253 (""+0), version 2


On Thu, Apr 10, 2003 at 09:09:14AM -0600, Eric Blake wrote:
> +      /* '0' == 060 in Java, even if the host machine is EBCDIC.  */
> +      *--p = '\060' + acc;

If you're going to do this, don't you need the same thing

> -    *p-- = '-';
> +    *--p = '-';

here?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]