diff options
Diffstat (limited to 'libguile/gdbint.c')
-rw-r--r-- | libguile/gdbint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gdbint.c b/libguile/gdbint.c index 351b7ba6e..7cc9535d7 100644 --- a/libguile/gdbint.c +++ b/libguile/gdbint.c @@ -166,7 +166,7 @@ gdb_read (char *str) } } gdb_result = ans; - /* Protect answer from future GC */ + /* Protect answer from future GC (FIXME: still needed with BDW-GC?) */ if (SCM_NIMP (ans)) scm_permanent_object (ans); exit: |