From: Arno P. <ar...@pu...> - 2010-12-03 05:47:16
|
Troy recently pointed out that a Java long should be mapped to a long long in Objective-C. I committed a small patch that seemed to fix things. However, we are now experiencing some "weird" problems because of this patch. I have just introduced a typedef long JAVA_LONG in xmlvm.h so that the definition of Java long can quickly be changed system-wide. For now I changed it back to a long (not a long long) until we have figured out what the problem is. Arno |