diff options
Diffstat (limited to 'support/cpp/libcpp/lex.c')
-rw-r--r-- | support/cpp/libcpp/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/cpp/libcpp/lex.c b/support/cpp/libcpp/lex.c index d7c2470ef..4de93e1b4 100644 --- a/support/cpp/libcpp/lex.c +++ b/support/cpp/libcpp/lex.c @@ -2481,7 +2481,7 @@ cpp_output_line (cpp_reader *pfile, FILE *fp) if (token->flags & PREV_WHITE) putc (' ', fp); if (in_asm && token->flags & PREV_NL) - fputs ("‡ ", fp); + fputs ("\x87 ", fp); } putc ('\n', fp); |