mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 22:01:27 +08:00
misc.c (GC_enable): Always define GC_enable and GC_disable.
2000-03-26 Anthony Green <green@redhat.com> * misc.c (GC_enable): Always define GC_enable and GC_disable. From-SVN: r32867
This commit is contained in:
parent
54c2f04ba0
commit
89afab9c44
@ -1,3 +1,7 @@
|
||||
2000-03-26 Anthony Green <green@redhat.com>
|
||||
|
||||
* misc.c (GC_enable): Always define GC_enable and GC_disable.
|
||||
|
||||
2000-02-14 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* gc.h (dlopen): Define as GC_dlopen on Linux.
|
||||
|
@ -819,7 +819,6 @@ struct callinfo info[NFRAMES];
|
||||
|
||||
#endif /* SAVE_CALL_CHAIN */
|
||||
|
||||
# ifdef SRC_M3
|
||||
void GC_enable()
|
||||
{
|
||||
GC_dont_gc--;
|
||||
@ -829,7 +828,6 @@ void GC_disable()
|
||||
{
|
||||
GC_dont_gc++;
|
||||
}
|
||||
# endif
|
||||
|
||||
#if !defined(NO_DEBUGGING)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user