This commit was generated by cvs2svn to compensate for changes in r136527,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Alexander Kabaev 2004-10-15 03:22:13 +00:00
commit f75a5631b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136528

View File

@ -292,7 +292,7 @@ cb_ident (cpp_reader *pfile ATTRIBUTE_UNUSED, fileline line,
const cpp_string *str)
{
maybe_print_line (print.map, line);
fprintf (print.outf, "#ident \"%s\"\n", str->text);
fprintf (print.outf, "#ident %s\n", str->text);
print.line++;
}