aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
diff options
context:
space:
mode:
authorAnthony Green <green@cygnus.com>1999-04-15 13:14:30 +0000
committerAnthony Green <green@gcc.gnu.org>1999-04-15 13:14:30 +0000
commit08967681aff5889301500fe0d126c32c1a95a0ac (patch)
treea456d65665057246566fce41cec38ccf22141c1d /gcc/java/gjavah.c
parentfb8708d7b74bc42547e4bf31ed4f27f19add0efc (diff)
downloadgcc-08967681aff5889301500fe0d126c32c1a95a0ac.zip
gcc-08967681aff5889301500fe0d126c32c1a95a0ac.tar.gz
gcc-08967681aff5889301500fe0d126c32c1a95a0ac.tar.bz2
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
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r--gcc/java/gjavah.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index faf2c9e..459baa3 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;