diff options
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 5 | ||||
-rw-r--r-- | libcpp/pch.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index ba386de..6a2e0fb 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,5 +1,10 @@ 2015-05-05 David Malcolm <dmalcolm@redhat.com> + * pch.c (cpp_valid_state): Fix indentation so that it reflects the + block structure. + +2015-05-05 David Malcolm <dmalcolm@redhat.com> + * include/line-map.h: Fix comment at the top of the file. (source_location): Rewrite and expand the comment for this typedef, adding an ascii-art table to clarify how source_location diff --git a/libcpp/pch.c b/libcpp/pch.c index eb2d30b..ed59565 100644 --- a/libcpp/pch.c +++ b/libcpp/pch.c @@ -713,7 +713,7 @@ cpp_valid_state (cpp_reader *r, const char *name, int fd) cpp_warning_syshdr (r, CPP_W_INVALID_PCH, "%s: not used because `__COUNTER__' is invalid", name); - goto fail; + goto fail; } /* We win! */ |