]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
Fix failure with pragma once where buffer is NULL and buffer_valid is true.
authorJames E Wilson <wilson@specifixinc.com>
Fri, 4 Nov 2005 02:10:19 +0000 (18:10 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 4 Nov 2005 02:10:19 +0000 (18:10 -0800)
commit5571f74f66e462873f442db894ab278c0f6aa563
tree097d4894730f04d5fb11c4ce8c76f1c9a075b279
parent95cd6f6f66b75aebb3d479840a6949e3fbc09e46
Fix failure with pragma once where buffer is NULL and buffer_valid is true.

PR preprocessor/24202
* files.c (_cpp_pop_file_buffer): Set buffer_valid to false.

From-SVN: r106472
libcpp/ChangeLog
libcpp/files.c