* cppfiles.c (cpp_make_system_header): New function.
commit6af24d0a730f978321a2c3132560ef33d12b3085
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Jun 2000 23:08:17 +0000 (21 23:08 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Jun 2000 23:08:17 +0000 (21 23:08 +0000)
tree6e4efa3389b627b15921c495d03be0193553df87
parent0ffe71f7375269ebe1aebdbd09208ac8c57dd870
* cppfiles.c (cpp_make_system_header): New function.
* cpplib.h: Prototype it.
* cpplib.c (do_line, do_pragma_system_header): Use it.
* fix-header.c (read_scan_file): Use it.

* fix-header.c (check_macro_names): Cast second arg of
cpp_defined to const unsigned char *.
(read_scan_file): Make getchar_call const unsigned char.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34641 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cppfiles.c
gcc/cpplib.c
gcc/cpplib.h
gcc/fix-header.c