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 2574754..0859e3d 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -840,7 +840,7 @@ DEFUN(print_c_decl, (stream, jcf, name_index, signature_index, is_init, } } -// Print the unqualified method name followed by the signature. +/* Print the unqualified method name followed by the signature. */ static void DEFUN(print_full_cxx_name, (stream, jcf, name_index, signature_index, is_init, name_override), FILE* stream AND JCF* jcf |