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:
Anthony Green 2000-04-02 15:36:43 +00:00 committed by Anthony Green
parent 54c2f04ba0
commit 89afab9c44
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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)