Commit 68710ac7 by Richard Biener Committed by Richard Biener

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

2019-10-02  Richard Biener  <rguenther@suse.de>

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

From-SVN: r276443
parent 9ff9a0a5
2019-10-02 Richard Biener <rguenther@suse.de>
* internal.h (enum include_type): Remove trailing comma.
2019-10-02 Joseph Myers <joseph@codesourcery.com> 2019-10-02 Joseph Myers <joseph@codesourcery.com>
* include/cpplib.h (struct cpp_options): Add member scope. * include/cpplib.h (struct cpp_options): Add member scope.
......
...@@ -126,7 +126,7 @@ enum include_type ...@@ -126,7 +126,7 @@ enum include_type
IT_MAIN, /* main */ IT_MAIN, /* main */
IT_DIRECTIVE_HWM = IT_IMPORT + 1, /* Directives below this. */ 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 union utoken
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment