]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-ppoutput.c (dump_macro): No need to check for assert here.
authorNathan Sidwell <nathan@acm.org>
Thu, 9 Aug 2018 02:14:45 +0000 (02:14 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 9 Aug 2018 02:14:45 +0000 (02:14 +0000)
commiteb8b3908325351011fe76b33f43fc42ded73b30b
treedfb107e51b8e2b054eb53b59f4eca258953cee7d
parent97a46b3af58a6a6eed938415acdbcb99c8506390
c-ppoutput.c (dump_macro): No need to check for assert here.

gcc/c-family/
c-ppoutput.c (dump_macro): No need to check for assert here.
libcpp/
* include/cpplib.h (cpp_user_macro_p): Check non-assertness here.
(cpp_fun_like_macro_p): Make inline.
* macro.c (enter_macro_context): Use it directly.
(cpp_fun_like_macro_p): Remove definition here.
* pch.c (save_macros): Not need to check assertness here.

From-SVN: r263440
ChangeLog.name-lookup
gcc/c-family/c-ppoutput.c
libcpp/include/cpplib.h
libcpp/macro.c
libcpp/pch.c