aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gjavah.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-04-04 20:40:20 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-04-04 20:40:20 +0000
commitc0b864fce74e47f47672788276d1ae0745323f3b (patch)
treec851672dba9f99ab8fe6980ce20fa54c24aa0837 /gcc/java/gjavah.c
parent69c0caa16692ebab160b10ff1705eec5eebebae6 (diff)
downloadgcc-c0b864fce74e47f47672788276d1ae0745323f3b.zip
gcc-c0b864fce74e47f47672788276d1ae0745323f3b.tar.gz
gcc-c0b864fce74e47f47672788276d1ae0745323f3b.tar.bz2
boehm.c (mark_reference_fields, set_bit): Prototype.
* boehm.c (mark_reference_fields, set_bit): Prototype. (set_bit): Un-ANSI-fy definition. * class.c (init_test_hash_newfunc, decl_hash, decl_compare): Prototype. * decl.c (emit_init_test_initialization): Likewise. * gjavah.c (jni_print_char): Likewise. * parse.y (create_new_parser_context): Likewise. From-SVN: r32908
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r--gcc/java/gjavah.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index 41caf5c..4c36e87 100644
--- a/gcc/java/gjavah.c
+++ b/gcc/java/gjavah.c
@@ -146,6 +146,7 @@ static void help PARAMS ((void)) ATTRIBUTE_NORETURN;
static void version PARAMS ((void)) ATTRIBUTE_NORETURN;
static int overloaded_jni_method_exists_p PARAMS ((const unsigned char *, int,
const char *, int));
+static void jni_print_char PARAMS ((FILE *, int));
JCF_u2 current_field_name;
JCF_u2 current_field_value;