gjavah.c: New prototypes for java_float_finite and java_double_finite.
authorAnthony Green <green@cygnus.com>
Thu, 15 Apr 1999 13:14:30 +0000 (13:14 +0000)
committerAnthony Green <green@gcc.gnu.org>
Thu, 15 Apr 1999 13:14:30 +0000 (13:14 +0000)
Thu Apr 15 13:08:03 1999  Anthony Green  <green@cygnus.com>
* gjavah.c: New prototypes for java_float_finite and
java_double_finite.

From-SVN: r26474

gcc/java/ChangeLog
gcc/java/gjavah.c

index 868ff717acf300775ddcb2b7a98e5afe9bf9cc82..4bb862a41f85e0f772f8e6c332745d0ee6516050 100644 (file)
@@ -1,3 +1,8 @@
+Thu Apr 15 13:08:03 1999  Anthony Green  <green@cygnus.com>
+
+       * gjavah.c: New prototypes for java_float_finite and
+       java_double_finite.
+
 Mon Apr 12 18:27:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
 
        * parse.y (patch_unaryop): Fix ++ operator check on array
index faf2c9e859da996c2e15b37c7d5dbb9a2f440004..459baa3fc82bc4d28aeadbd37a470db3904fe798 100644 (file)
@@ -106,6 +106,9 @@ static void print_c_decl PROTO ((FILE*, JCF*, int, int, int, const char *));
 static void decompile_method PROTO ((FILE *, JCF *, int));
 static void add_class_decl PROTO ((FILE *, JCF *, JCF_u2));
 
+static int java_float_finite PROTO ((jfloat));
+static int java_double_finite PROTO ((jdouble));
+
 JCF_u2 current_field_name;
 JCF_u2 current_field_value;
 JCF_u2 current_field_signature;