diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-28 05:33:02 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-28 05:33:02 +0000 |
commit | 4ea56225773c429c9ff1e5eaf8bc28e5441b5c7b (patch) | |
tree | b0395b4841f76f7a3ece6a97b8331aaa0a6aaef3 /gcc/java/gjavah.c | |
parent | d3c3f88dc6b706896fa5c0d4607a62ca72e491a6 (diff) | |
download | ppe42-gcc-4ea56225773c429c9ff1e5eaf8bc28e5441b5c7b.tar.gz ppe42-gcc-4ea56225773c429c9ff1e5eaf8bc28e5441b5c7b.zip |
* gjavah.c, jcf-write.c, verify.c: Do not use C++ style
comments in C code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28940 138bc75d-0d04-0410-961f-82ee72b054a4
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 25747541157..0859e3d4b1e 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 |