* internal.h (enum include_type): Remove trailing comma.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276443
138bc75d-0d04-0410-961f-
82ee72b054a4
+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