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/lto-symtab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/lto-symtab.h') diff --git a/include/lto-symtab.h b/include/lto-symtab.h index ef2e35f..81a288f 100644 --- a/include/lto-symtab.h +++ b/include/lto-symtab.h @@ -42,7 +42,7 @@ enum gcc_plugin_symbol_type { GCCST_UNKNOWN, GCCST_FUNCTION, - GCCST_VARIABLE, + GCCST_VARIABLE }; enum gcc_plugin_symbol_section_kind -- cgit v1.1