commit | c26302d5351c07a12a5c434f392a5df89381dd8e | [log] [tgz] |
---|---|---|
author | Jakub Jelinek <jakub@redhat.com> | Wed Jul 10 18:49:24 2013 +0200 |
committer | Jakub Jelinek <jakub@gcc.gnu.org> | Wed Jul 10 18:49:24 2013 +0200 |
tree | fb33b01daeb32c3b1c99c9c4f1501ea19669801f | |
parent | dfeadaa00be8251addff242849f6165ea9ee480c [diff] |
c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_TOKEN_FLD_STR tokens, not just CPP_COMMENT. * c-ppoutput.c (scan_translation_unit): Call account_for_newlines for all CPP_TOKEN_FLD_STR tokens, not just CPP_COMMENT. * include/cpplib.h (cpp_token_val_index): Change parameter type to const cpp_token *. * lex.c (cpp_token_val_index): Likewise. * c-c++-common/raw-string-18.c: New test. * c-c++-common/raw-string-19.c: New test. From-SVN: r200878