diff options
Diffstat (limited to 'include/lto-symtab.h')
-rw-r--r-- | include/lto-symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |