diff options
author | Tom Tromey <tromey@redhat.com> | 2007-04-19 00:24:09 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-04-19 00:24:09 +0000 |
commit | 06a4a507625bf9a3b979ccb275bf4182f07b8ea2 (patch) | |
tree | e08786d000d7c3bc2119fb775da6d96fbbe84475 /libjava/java/util/Collections$4.h | |
parent | 5604bf10dd082cdf609d29e1e99a5879758a7c46 (diff) | |
download | gcc-06a4a507625bf9a3b979ccb275bf4182f07b8ea2.zip gcc-06a4a507625bf9a3b979ccb275bf4182f07b8ea2.tar.gz gcc-06a4a507625bf9a3b979ccb275bf4182f07b8ea2.tar.bz2 |
libjava
* Regenerated headers with new gjavah.
libjava/classpath
* tools/gnu/classpath/tools/javah/MethodHelper.java (print):
Changed arguments. Directly print method name.
* tools/gnu/classpath/tools/javah/ClassWrapper.java
(methodNameMap): New field.
(makeVtable): Initialize it.
(printMethods): Compute name for bridge targets.
From-SVN: r123965
Diffstat (limited to 'libjava/java/util/Collections$4.h')
-rw-r--r-- | libjava/java/util/Collections$4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/Collections$4.h b/libjava/java/util/Collections$4.h index eb7699b..11c7d20 100644 --- a/libjava/java/util/Collections$4.h +++ b/libjava/java/util/Collections$4.h @@ -14,7 +14,7 @@ class java::util::Collections$4 : public ::java::util::Collections$SynchronizedI public: // actually package-private Collections$4(::java::util::Collections$3 *, ::java::lang::Object *, ::java::util::Iterator *); public: - ::java::util::Map$Entry * target$next(); + ::java::util::Map$Entry * Collections$4$next(); ::java::lang::Object * next(); public: // actually package-private ::java::util::Collections$3 * __attribute__((aligned(__alignof__( ::java::util::Collections$SynchronizedIterator)))) this$2; |