diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-16 07:41:08 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-16 07:41:08 +0000 |
commit | 28b6411e3f83d5eb4bded0969f822f6c710fc097 (patch) | |
tree | fc3f7f8208bd417f8f7f948da6d8e0f6df3b36e4 /gcc/cppfiles.c | |
parent | 2288fcc2ded50df6a8caa56e6b2cd4ab420685d3 (diff) | |
download | ppe42-gcc-28b6411e3f83d5eb4bded0969f822f6c710fc097.tar.gz ppe42-gcc-28b6411e3f83d5eb4bded0969f822f6c710fc097.zip |
* cppfiles.c (_cpp_make_system_header): Generate a file
change callback.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39749 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 01b8d5fb6ae..1c414451526 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -530,6 +530,8 @@ cpp_make_system_header (pfile, syshdr, externc) if (syshdr) flags = 1 + (externc != 0); pfile->buffer->sysp = flags; + _cpp_do_file_change (pfile, FC_RENAME, pfile->buffer->nominal_fname, + pfile->buffer->lineno); } /* Report on all files that might benefit from a multiple include guard. |