Correctly locate `_' in generated names.

This commit is contained in:
Andrew Cagney 1997-09-19 04:41:01 +00:00
parent bd4c35cc6d
commit 4410c4b925
1 changed files with 1 additions and 1 deletions

View File

@ -274,8 +274,8 @@ print_function_name (lf *file,
/* the format name if available */
if (format_name != NULL)
{
nr += print_c_name (file, format_name);
nr += lf_printf (file, "_");
nr += print_c_name (file, format_name);
}
/* the suffix */