* cppinit.c: Include cppdefault.h. Refer to
commit472679ed118ab49b4b1677d9de6bdb874e054927
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jul 2000 22:52:03 +0000 (6 22:52 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jul 2000 22:52:03 +0000 (6 22:52 +0000)
treee1f0d045fe9ad582c633fe044290f01a2df67b4e
parent785d57a8a7e9fdfe2f1291a7737b1f1f9bb499f3
* cppinit.c: Include cppdefault.h.  Refer to
cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
to GCC_INCLUDE_DIR and its length.
(SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
cppdefault.h.
(include_defaults_array): Move to cppdefault.c.

* cppdefault.h: New file.
* cppdefault.c: New file.

* Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
(cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
(cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
this file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34892 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/cppdefault.c [new file with mode: 0644]
gcc/cppdefault.h [new file with mode: 0644]
gcc/cppinit.c