From e3b1fa32c2814772e8c8c4d2788e1d342c7493d0 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Sat, 21 Mar 2020 08:09:02 +0100 Subject: include: Sync lto-symtab.h and plugin-api.h with GCC Fix comma at end of enumerator list seen with -std=c++98. * plugin-api.h (enum ld_plugin_symbol_type): Remove comma after last value of an enum. * lto-symtab.h (enum gcc_plugin_symbol_type): Likewise. --- include/plugin-api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/plugin-api.h') diff --git a/include/plugin-api.h b/include/plugin-api.h index f0f9667..673f136 100644 --- a/include/plugin-api.h +++ b/include/plugin-api.h @@ -141,7 +141,7 @@ enum ld_plugin_symbol_type { LDST_UNKNOWN, LDST_FUNCTION, - LDST_VARIABLE, + LDST_VARIABLE }; enum ld_plugin_symbol_section_kind -- cgit v1.1