Commit 89afab9c by Anthony Green Committed by Anthony Green

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
parent 54c2f04b
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment