cpperror.c (cpp_error): Default to directive_line within directives here.
authorNeil Booth <neil@daikokuya.co.uk>
Tue, 9 Jul 2002 22:21:37 +0000 (22:21 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 9 Jul 2002 22:21:37 +0000 (22:21 +0000)
commitcd98faa13814ce3712fc1c1be9690180d89810e5
treee390f035173a9fd06a813df8aaf84b4cafa2f92f
parent2ad65b0e91312a9f2fadd4abd9eb9d98b085920c
cpperror.c (cpp_error): Default to directive_line within directives here.

* cpperror.c (cpp_error): Default to directive_line within
directives here.
* cppexp.c (cpp_interpret_integer): Only use traditional
number semantics in directives.
* cpplib.c (prepare_directive_trad): Don't reset pfile->line.
(do_include_common): Similarly.
* cpptrad.c (scan_out_logical_line): Implement accurate
quoting of <> in #include.
* doc/cpp.texi: Update.

From-SVN: r55347
gcc/ChangeLog
gcc/cpperror.c
gcc/cppexp.c
gcc/cpplib.c
gcc/cpptrad.c
gcc/doc/cpp.texi