diff options
author | Tom Tromey <tromey@redhat.com> | 2004-11-25 07:03:55 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2004-11-25 07:03:55 +0000 |
commit | 6a4877c440b1c1154578d55cd0c08dc965472b97 (patch) | |
tree | 2a694bf1e423b1faab5c614c5b2402f1207c402e /gcc/java/verify.c | |
parent | 528d9c63e7e9f21c50f7dc2161e8e22a2665ba49 (diff) | |
download | gcc-6a4877c440b1c1154578d55cd0c08dc965472b97.zip gcc-6a4877c440b1c1154578d55cd0c08dc965472b97.tar.gz gcc-6a4877c440b1c1154578d55cd0c08dc965472b97.tar.bz2 |
verify.c (defer_merging): Don't use C++-style comment.
* verify.c (defer_merging): Don't use C++-style comment.
* verify.h (java_opcode): Added java_opcode_end.
* class.c (build_class_ref): Remove C++ comment and old FIXME.
From-SVN: r91277
Diffstat (limited to 'gcc/java/verify.c')
-rw-r--r-- | gcc/java/verify.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/verify.c b/gcc/java/verify.c index 8eb0c30..fdc2721 100644 --- a/gcc/java/verify.c +++ b/gcc/java/verify.c @@ -129,9 +129,9 @@ subroutine_nesting (tree label) static tree defer_merging (tree type1, tree type2) { - // FIXME: This is just a placeholder until we replace the verifier - // altogether. We really need to ouput a type assertion for all of - // the types, every time they are used. + /* FIXME: This is just a placeholder until we replace the verifier + altogether. We really need to ouput a type assertion for all of + the types, every time they are used. */ return object_ptr_type_node; if (TREE_CODE (type1) == POINTER_TYPE) |