commit | 7692e253ee0bdab40fb896991f9208112ebfff61 | [log] [tgz] |
---|---|---|
author | Nathan Sidwell <nathan@acm.org> | Mon Aug 20 15:28:15 2018 +0000 |
committer | Nathan Sidwell <nathan@gcc.gnu.org> | Mon Aug 20 15:28:15 2018 +0000 |
tree | d7d8e0dbf2fb099ed1f39632f6d6f65ebdbd43c4 | |
parent | e11b709d2107a504c185d75d7e1a2b0b2a2dc6fe [diff] |
[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