diff options
author | Bryce McKinlay <bryce@waitaki.otago.ac.nz> | 2001-12-19 01:59:28 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2001-12-19 01:59:28 +0000 |
commit | 726abf5d79aeafa36473c865033fa7a97358fded (patch) | |
tree | 74d202ac66077231a76b432d682d773ef9e2af70 /libjava/nogc.cc | |
parent | 6510f4c98e33e0aac8d5ccb40c680b077ce7aa1b (diff) | |
download | gcc-726abf5d79aeafa36473c865033fa7a97358fded.tar.gz |
jvm.h (_Jv_BuildGCDescr): Declare unconditionally.
* include/jvm.h (_Jv_BuildGCDescr): Declare unconditionally.
* nogc.cc (_Jv_BuildGCDescr): Define unconditionally.
From-SVN: r48169
Diffstat (limited to 'libjava/nogc.cc')
-rw-r--r-- | libjava/nogc.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libjava/nogc.cc b/libjava/nogc.cc index daf279c8f85..5d976ef854a 100644 --- a/libjava/nogc.cc +++ b/libjava/nogc.cc @@ -19,13 +19,11 @@ details. */ // Total amount of memory allocated. static long total = 0; -#ifdef INTERPRETER void * _Jv_BuildGCDescr(jclass klass) { return 0; } -#endif void * _Jv_AllocObj (jsize size, jclass klass) |