From: Richard Biener Date: Wed, 2 Oct 2019 10:22:05 +0000 (+0000) Subject: internal.h (enum include_type): Remove trailing comma. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68710ac7da29c2ed111755351936d1956f64de7c;p=gcc.git internal.h (enum include_type): Remove trailing comma. 2019-10-02 Richard Biener * internal.h (enum include_type): Remove trailing comma. From-SVN: r276443 --- diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 682caaccd96..e13ff1dbf1b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2019-10-02 Richard Biener + + * internal.h (enum include_type): Remove trailing comma. + 2019-10-02 Joseph Myers * include/cpplib.h (struct cpp_options): Add member scope. diff --git a/libcpp/internal.h b/libcpp/internal.h index 90263bde47d..cd1a523219e 100644 --- a/libcpp/internal.h +++ b/libcpp/internal.h @@ -126,7 +126,7 @@ enum include_type IT_MAIN, /* main */ IT_DIRECTIVE_HWM = IT_IMPORT + 1, /* Directives below this. */ - IT_HEADER_HWM = IT_DEFAULT + 1, /* Header files below this. */ + IT_HEADER_HWM = IT_DEFAULT + 1 /* Header files below this. */ }; union utoken