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
This commit is contained in:
parent
9ff9a0a5e6
commit
68710ac7da
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue