]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
[CPP PATCH] Fix warning & other cleanups.
authorNathan Sidwell <nathan@acm.org>
Mon, 20 Aug 2018 15:28:15 +0000 (15:28 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 20 Aug 2018 15:28:15 +0000 (15:28 +0000)
commit7692e253ee0bdab40fb896991f9208112ebfff61
treed7d8e0dbf2fb099ed1f39632f6d6f65ebdbd43c4
parente11b709d2107a504c185d75d7e1a2b0b2a2dc6fe
[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.

From-SVN: r263666
libcpp/ChangeLog
libcpp/directives.c
libcpp/include/cpplib.h
libcpp/macro.c