mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
Remove trailing comma to avoid pedantic warning in C++ 98 mode: comma at end of enumerator list
This commit is contained in:
@@ -862,7 +862,7 @@ enum cpp_builtin_type
|
||||
BT_HAS_ATTRIBUTE, /* `__has_attribute(x)' */
|
||||
BT_HAS_BUILTIN, /* `__has_builtin(x)' */
|
||||
BT_HAS_INCLUDE, /* `__has_include(x)' */
|
||||
BT_HAS_INCLUDE_NEXT, /* `__has_include_next(x)' */
|
||||
BT_HAS_INCLUDE_NEXT /* `__has_include_next(x)' */
|
||||
};
|
||||
|
||||
#define CPP_HASHNODE(HNODE) ((cpp_hashnode *) (HNODE))
|
||||
|
||||
Reference in New Issue
Block a user