diff options
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r-- | gcc/java/gjavah.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c index 45e5f25..19958f3 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -1567,7 +1567,7 @@ print_stub_or_jni (FILE* stream, JCF* jcf, int name_index, return; if (flag_jni && ! stubs) - fputs ("extern JNIEXPORT ", stream); + fputs ("JNIEXPORT ", stream); /* If printing a method, skip to the return signature and print that first. However, there is no return value if this is a |