/[classpath]/classpath/native/jni/java_math_BigInteger.c
ViewVC logotype

Diff of /classpath/native/jni/java_math_BigInteger.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by cbj, Tue Jan 23 23:57:45 2001 UTC revision 1.2 by cbj, Thu Jul 26 02:41:42 2001 UTC
# Line 26  executable file might be covered by the Line 26  executable file might be covered by the
26    
27    
28  #include <stdlib.h>  #include <stdlib.h>
 #define __USE_GNU  
29  #include <stdio.h>  #include <stdio.h>
30  #include <unistd.h>  #include <unistd.h>
31  #include <endian.h>  #include <endian.h>
 #include <gmp2/gmp.h>  
32  #include <math.h>  #include <math.h>
33  #include "BigInteger.h"  #define __USE_GNU
34    #include <gmp.h>
35    #include "java_math_BigInteger.h"
36  #include "native_state.h"  #include "native_state.h"
37    
38  /* maximum value a jdouble can hold */  /* maximum value a jdouble can hold */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26