summaryrefslogtreecommitdiff
path: root/libguile/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/gc.c')
-rw-r--r--libguile/gc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libguile/gc.c b/libguile/gc.c
index 38051e11d..ff762d6a8 100644
--- a/libguile/gc.c
+++ b/libguile/gc.c
@@ -826,13 +826,10 @@ scm_gc_sweep (void)
#define FUNC_NAME "scm_gc_sweep"
{
/* FIXME */
- fprintf (stderr, "%s: doing nothing\n", __FUNCTION__);
+ fprintf (stderr, "%s: doing nothing\n", FUNC_NAME);
}
-
#undef FUNC_NAME
-
-
/*
Local Variables:
c-file-style: "gnu"