[Preprocessor] small cleanups
authorNathan Sidwell <nathan@acm.org>
Wed, 28 Aug 2019 18:43:37 +0000 (18:43 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 28 Aug 2019 18:43:37 +0000 (18:43 +0000)
commita0be978a8216b58562c8eff71df977aca7d78387
tree434fe4e0a9b38aaa633dacf3381e0bd4c8049022
parentfc4f90f0c8eca75fb90c736476360584f68d7ef9
[Preprocessor] small cleanups

https://gcc.gnu.org/ml/gcc-patches/2019-08/msg01904.html
* directives-only.c (_cpp_preprocess_dir_only): Use false, not
zero for _cpp_handle_directive call.
* directives.c (_cpp_handle_directive): Indented is bool.
* files.c (struct _cpp_file): Make bools 1 bit bitfields.
* internal.h (enum include_type): Reformat and comment.
(struct cpp_buffer): Make flags 1 bit bitfields.
(_cpp_handle_directive): Indented is bool.

From-SVN: r274999
libcpp/ChangeLog
libcpp/directives-only.c
libcpp/directives.c
libcpp/files.c
libcpp/internal.h