(build_decl_overload): Set numeric_outputed_need_bar to 0.

From-SVN: r8273
This commit is contained in:
Jason Merrill 1994-10-15 00:32:58 +00:00
parent 2c51d187e0
commit f37f4651e1

View File

@ -313,7 +313,7 @@ flush_repeats (type)
OB_PUTC ('_'); OB_PUTC ('_');
} }
static int numeric_outputed_need_bar = 0; static int numeric_outputed_need_bar;
static void build_overload_identifier (); static void build_overload_identifier ();
static void static void
@ -920,6 +920,7 @@ build_decl_overload (dname, parms, for_method)
{ {
ALLOCATE_TYPEVEC (parms); ALLOCATE_TYPEVEC (parms);
nofold = 0; nofold = 0;
numeric_outputed_need_bar = 0;
if (for_method) if (for_method)
{ {
build_overload_name (TREE_VALUE (parms), 0, 0); build_overload_name (TREE_VALUE (parms), 0, 0);