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:
commit
f75a5631b8
@ -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++;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user