2019-10-02 Richard Biener <rguenther@suse.de>
* internal.h (enum include_type): Remove trailing comma.
From-SVN: r276443
+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.
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