From: Anthony Green Date: Thu, 15 Apr 1999 13:14:30 +0000 (+0000) Subject: gjavah.c: New prototypes for java_float_finite and java_double_finite. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08967681aff5889301500fe0d126c32c1a95a0ac;p=gcc.git gjavah.c: New prototypes for java_float_finite and java_double_finite. Thu Apr 15 13:08:03 1999 Anthony Green * gjavah.c: New prototypes for java_float_finite and java_double_finite. From-SVN: r26474 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 868ff717acf..4bb862a41f8 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 15 13:08:03 1999 Anthony Green + + * gjavah.c: New prototypes for java_float_finite and + java_double_finite. + Mon Apr 12 18:27:32 1999 Alexandre Petit-Bianco * parse.y (patch_unaryop): Fix ++ operator check on array diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c index faf2c9e859d..459baa3fc82 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -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;