From: Panayotis K. <pan...@pa...> - 2011-04-05 13:16:54
|
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?) |