internal.h (enum include_type): Remove trailing comma.
authorRichard Biener <rguenther@suse.de>
Wed, 2 Oct 2019 10:22:05 +0000 (10:22 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 2 Oct 2019 10:22:05 +0000 (10:22 +0000)
2019-10-02  Richard Biener  <rguenther@suse.de>

* internal.h (enum include_type): Remove trailing comma.

From-SVN: r276443

libcpp/ChangeLog
libcpp/internal.h

index 682caaccd969e1efb94fc0d102745d821fc5cd88..e13ff1dbf1b856a4e22360f3b25fe84fe4a4c5a2 100644 (file)
@@ -1,3 +1,7 @@
+2019-10-02  Richard Biener  <rguenther@suse.de>
+
+       * internal.h (enum include_type): Remove trailing comma.
+
 2019-10-02  Joseph Myers  <joseph@codesourcery.com>
 
        * include/cpplib.h (struct cpp_options): Add member scope.
index 90263bde47dd87a74e46752369be03cf328bde83..cd1a523219eee25f876add61794f8cff1cfd510e 100644 (file)
@@ -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