From: Troy G. <tro...@gm...> - 2011-04-05 14:08:26
|
Panayotis, >From what I see, what you're saying is correct. http://en.wikipedia.org/wiki/C_variable_types_and_declarations It seems reasonable to typedef "byte" to make this more clear. On Tue, Apr 5, 2011 at 8:16 AM, Panayotis Katsaloulis < pan...@pa...> wrote: > Hello > > I had a look at the Byte implementation of the ObjC backend and I saw that > you have defined it as "unsigned char" instead of "signed char". > > Here > http://download.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html > says that byte is signed in Java. > Am I missing something or is this a bug? > > (and if it is a bug, probably we should also check other locations where > byte as an unsigned char was used?) > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > Xmlvm-developers mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-developers > |