gjavah.c: New prototypes for java_float_finite and java_double_finite.

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
This commit is contained in:
Anthony Green 1999-04-15 13:14:30 +00:00 committed by Anthony Green
parent fb8708d7b7
commit 08967681af
2 changed files with 8 additions and 0 deletions

View 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

View 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;