diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-08-28 05:33:02 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-27 23:33:02 -0600 |
commit | 5f9ee6953e441cdd6cc0d85229f85c34abb4fd11 (patch) | |
tree | b0395b4841f76f7a3ece6a97b8331aaa0a6aaef3 /gcc/java/gjavah.c | |
parent | 7144300698452876d425409f8d17bb56bff271b7 (diff) | |
download | gcc-5f9ee6953e441cdd6cc0d85229f85c34abb4fd11.zip gcc-5f9ee6953e441cdd6cc0d85229f85c34abb4fd11.tar.gz gcc-5f9ee6953e441cdd6cc0d85229f85c34abb4fd11.tar.bz2 |
gjavah.c, [...]: Do not use C++ style comments in C code.
* gjavah.c, jcf-write.c, verify.c: Do not use C++ style
comments in C code.
From-SVN: r28940
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 |