[PATCH] Move cpp_macro to cpplib.h
commit373b37e493850c9ea89c0d68baea46022bda039f
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2018 12:04:13 +0000 (17 12:04 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2018 12:04:13 +0000 (17 12:04 +0000)
tree7350722280ba05e1042b098c9c42984d9569f9a9
parentb7faf40d26cb8a6fc781ef7d10ff952f77d525b2
[PATCH] Move cpp_macro to cpplib.h

https://gcc.gnu.org/ml/gcc-patches/2018-08/msg01016.html
libcpp/
* cpp-id-data.h (uchar, UC): Move to internal.h
(struct cpp_macro): Move to cpplib.h.
* internal.h (uchar, UC): From cpp-id-data.h.
* include/cpplib.h (struct cpp_macro): From cpp-id-data.h.
gcc/c-family/
* c-ada-spec.c: Don't #include "cpp-id-data.h"
* c-cppbuiltin.c: Likewise.
gcc/
* cppbuiltin.c: Include "cpplib.h", not "cpp-id-data.h".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263618 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-ada-spec.c
gcc/c-family/c-cppbuiltin.c
gcc/cppbuiltin.c
libcpp/ChangeLog
libcpp/include/cpp-id-data.h
libcpp/include/cpplib.h
libcpp/internal.h