Commit e4a345f8 by Neil Booth Committed by Neil Booth

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
parent 63100912
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.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment