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


I already did in the version I committed to CVS (I noticed it in my final proofread of cvs diff).

Richard Henderson wrote:
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~




--
This signature intentionally left boring.

Eric Blake             ebb9 at email dot byu dot edu
  BYU student, free software programmer



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