[CPP PATCH] Fix warning & other cleanups.
commitfaf7b1b05a86160252c44581d1e9960af73d94e8
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2018 15:28:15 +0000 (20 15:28 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2018 15:28:15 +0000 (20 15:28 +0000)
treed7d8e0dbf2fb099ed1f39632f6d6f65ebdbd43c4
parent458e40d07590e4575ac3fd6e290b8923bce1c160
[CPP PATCH] Fix warning & other cleanups.

https://gcc.gnu.org/ml/gcc-patches/2018-08/msg01162.html
* directives.c (do_undef): Use cpp_macro_p & cpp_builtin_macro_p.
* include/cpplib.h (enum cpp_macro_kind): Remove trailing comma.
(cpp_fun_like_macro_p): Make inline, define.
* macro.c (cpp_define_lazily): Use UCHAR_MAX.
(cpp_fun_like_macro_p): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263666 138bc75d-0d04-0410-961f-82ee72b054a4
libcpp/ChangeLog
libcpp/directives.c
libcpp/include/cpplib.h
libcpp/macro.c