diff options
Diffstat (limited to 'libguile/gdbint.c')
-rw-r--r-- | libguile/gdbint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/gdbint.c b/libguile/gdbint.c index bc0c73ac5..c2b87d920 100644 --- a/libguile/gdbint.c +++ b/libguile/gdbint.c @@ -83,9 +83,9 @@ /* Be carefull when this macro is true. - scm_gc_heap_lock is set during gc. + scm_gc_running_p is set during gc. */ -#define SCM_GC_P (scm_gc_heap_lock) +#define SCM_GC_P (scm_gc_running_p) /* Macros that encapsulate blocks of code which can be called by the * debugger. |