cpplib.c (_cpp_handle_directive): Use buffer->was_skipping, not pfile->skipping ...
authorNeil Booth <neil@daikokuya.demon.co.uk>
Thu, 18 Jan 2001 06:32:47 +0000 (06:32 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 18 Jan 2001 06:32:47 +0000 (06:32 +0000)
commit6fe349a91dcba707414b5978f6090dc64281a2c8
tree890d3155ec3e6d0527b078757a81afe4ac97bb2c
parentb1117741f1cb3690e04fd39175efaee1f30cace3
cpplib.c (_cpp_handle_directive): Use buffer->was_skipping, not pfile->skipping (== 0).

        * cpplib.c (_cpp_handle_directive): Use buffer->was_skipping,
        not pfile->skipping (== 0).

From-SVN: r39108
gcc/ChangeLog
gcc/cpplib.c