aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/Integer.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-04-19 00:24:09 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-04-19 00:24:09 +0000
commit06a4a507625bf9a3b979ccb275bf4182f07b8ea2 (patch)
treee08786d000d7c3bc2119fb775da6d96fbbe84475 /libjava/java/lang/Integer.h
parent5604bf10dd082cdf609d29e1e99a5879758a7c46 (diff)
downloadgcc-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/lang/Integer.h')
-rw-r--r--libjava/java/lang/Integer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/lang/Integer.h b/libjava/java/lang/Integer.h
index e33c78f..aebcd0a 100644
--- a/libjava/java/lang/Integer.h
+++ b/libjava/java/lang/Integer.h
@@ -39,7 +39,7 @@ public:
static ::java::lang::Integer * getInteger(::java::lang::String *, jint);
static ::java::lang::Integer * getInteger(::java::lang::String *, ::java::lang::Integer *);
static ::java::lang::Integer * decode(::java::lang::String *);
- jint target$compareTo(::java::lang::Integer *);
+ jint Integer$compareTo(::java::lang::Integer *);
static jint bitCount(jint);
static jint rotateLeft(jint, jint);
static jint rotateRight(jint, jint);