diff options
Diffstat (limited to 'libjava/nogc.cc')
| -rw-r--r-- | libjava/nogc.cc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/libjava/nogc.cc b/libjava/nogc.cc index 1524139079a..10d4f80ed00 100644 --- a/libjava/nogc.cc +++ b/libjava/nogc.cc @@ -1,6 +1,6 @@ // nogc.cc - Code to implement no GC. -/* Copyright (C) 1998, 1999 Free Software Foundation +/* Copyright (C) 1998, 1999, 2000 Free Software Foundation This file is part of libgcj. @@ -86,6 +86,16 @@ _Jv_GCSetMaximumHeapSize (size_t size) } void +_Jv_DisableGC (void) +{ +} + +void +_Jv_EnableGC (void) +{ +} + +void _Jv_InitGC (void) { } |

