cpplex.c (output_line_command): Output correct #line if a header is including itself...
authorJakub Jelinek <jakub@redhat.com>
Wed, 28 Jun 2000 19:16:22 +0000 (21:16 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 28 Jun 2000 19:16:22 +0000 (21:16 +0200)
commit54bef41ddce48d42d2303839b4701d9315b2613c
tree3b47736f39c19a127986f0a91dd43566549d1706
parentd4506961cd58fde924aa6561e8896e18161b82ad
cpplex.c (output_line_command): Output correct #line if a header is including itself and is not protected...

* cpplex.c (output_line_command): Output correct #line if a header
is including itself and is not protected against multiple inclusion.

From-SVN: r34761
gcc/ChangeLog
gcc/cpplex.c