function.c (current_function_name): If there is no current function just return ...
authorNick Clifton <nickc@redhat.com>
Tue, 29 Sep 2009 09:31:41 +0000 (09:31 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 29 Sep 2009 09:31:41 +0000 (09:31 +0000)
commitc7ac4fb53d99bc86133fec643cf010685623382c
treebc4fa064e12466b9725d62e127217f187ce488d2
parent9abe5e56e20294d899363abc8898d4fa6a72e2f7
function.c (current_function_name): If there is no current function just return "<none>".

        * function.c (current_function_name): If there is no current
        function just return "<none>".

From-SVN: r152269
gcc/ChangeLog
gcc/function.c