cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Fri, 22 Mar 2002 22:29:07 +0000 (22:29 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 22 Mar 2002 22:29:07 +0000 (22:29 +0000)
commitd4e6133f20c4395d16bf1ed7887f5223bd3c249b
treeb7200ed8ce94b6f6fbb96d7a9bf0bea3ec37efdd
parent65e6c00573077208af5011dd1bebe287ae1f2ade
cpphash.h (struct cpp_reader): Remove mls_line and mls_col.

        * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
        * cpplex.c (unterminated): Delete.
        (parse_string): No string literal may extend over multiple
        lines.  Suppress the error when preprocessing assembly.
* cppmain.c (scan_translation_unit): Strings are single-line.

        * doc/cpp.texi: Update to match.
        * testsuite/gcc.dg/cpp/multiline.c: Update to match.

From-SVN: r51195
gcc/ChangeLog
gcc/cpphash.h
gcc/cpplex.c
gcc/cppmain.c
gcc/doc/cpp.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/multiline.c