diff options
author | Nathan Sidwell <nathan@acm.org> | 2018-10-31 14:41:35 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2018-10-31 14:41:35 +0000 |
commit | ff65e98035f39bbd577fd50ccafa7743d4ac42a5 (patch) | |
tree | 0b36b66552e0a2a08ff12ea9f71b3fe05ee21413 /libcpp/files.c | |
parent | d5e33619bf7766bcd1419da6d32780199db8df86 (diff) | |
download | gcc-ff65e98035f39bbd577fd50ccafa7743d4ac42a5.zip gcc-ff65e98035f39bbd577fd50ccafa7743d4ac42a5.tar.gz gcc-ff65e98035f39bbd577fd50ccafa7743d4ac42a5.tar.bz2 |
[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
Diffstat (limited to 'libcpp/files.c')
-rw-r--r-- | libcpp/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |