From ff65e98035f39bbd577fd50ccafa7743d4ac42a5 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Wed, 31 Oct 2018 14:41:35 +0000 Subject: [1/7] Preprocessor cleanup https://gcc.gnu.org/ml/gcc-patches/2018-10/msg02037.html * directives.c (DIRECTIVE_TABLE): Drop historical frequency comments. * files.c (_cpp_stack_file): Fix indentation. From-SVN: r265685 --- libcpp/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcpp/files.c') diff --git a/libcpp/files.c b/libcpp/files.c index 08b7c64..0f0cc7b 100644 --- a/libcpp/files.c +++ b/libcpp/files.c @@ -898,7 +898,7 @@ _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, bool import, int sysp; if (!should_stack_file (pfile, file, import, loc)) - return false; + return false; if (pfile->buffer == NULL || file->dir == NULL) sysp = 0; -- cgit v1.1