I have a small question about java_lang_Double.c. I've tried to store the value of NEGATIVE_INFINITY in a global variable, however it seems that I did so improperly since querying the value of this variable on successive invocations of toString() results in different values. Locally I've tried making the jdouble values static as well. What is different about a library here?
Brian -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

