From: Richard Kenner Date: Mon, 4 Mar 1996 13:40:01 +0000 (-0500) Subject: (bc_expand_function_start): Likewise. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6127c6a4a14e5c43f00649d0b60bb9117501df1;p=gcc.git (bc_expand_function_start): Likewise. From-SVN: r11412 --- diff --git a/gcc/function.c b/gcc/function.c index 6d27d2d2541..cf94c777830 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -5011,7 +5011,7 @@ bc_expand_function_start (subr, parms_have_cleanups) } } - bc_begin_function (bc_xstrdup (IDENTIFIER_POINTER (DECL_NAME (subr)))); + bc_begin_function (xstrdup (IDENTIFIER_POINTER (DECL_NAME (subr)))); ASM_GENERATE_INTERNAL_LABEL (label, "LX", nlab);