cppfiles.c (_cpp_make_system_header): Generate a file change callback.

* cppfiles.c (_cpp_make_system_header): Generate a file
        change callback.

From-SVN: r39749
This commit is contained in:
Neil Booth 2001-02-16 07:41:08 +00:00 committed by Neil Booth
parent 63100912b7
commit e4a345f832
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-02-16 Neil Booth <neil@daikokuya.demon.co.uk>
* cppfiles.c (_cpp_make_system_header): Generate a file
change callback.
2001-02-15 Jim Meyering <meyering@lucent.com>
* Makefile.in (install-common): Don't depend on installdirs here.

View File

@ -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.