Remove uses of the non-standard `__FUNCTION__'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 14 Dec 2009 14:21:54 +0000 (15:21 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 15 Dec 2009 00:01:16 +0000 (01:01 +0100)
commitcd169c5a2284c019b3909de67fc0e3f2b0a5dd44
tree7d813200f37c16d8f4a1b47dc20afaa68168ddc8
parent93dbc31b9aa9442ad49cf41677bee6e9f1d24306
Remove uses of the non-standard `__FUNCTION__'.

* libguile/gc.c (scm_gc_sweep): Replace `__FUNCTION__' by `FUNC_NAME'.

* libguile/read.c (scm_read_r6rs_block_comment): Likewise.
libguile/gc.c
libguile/read.c