diff options
Diffstat (limited to 'gcc/gcc-plugin.h')
-rw-r--r-- | gcc/gcc-plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index 8627720acd2..6865566472f 100644 --- a/gcc/gcc-plugin.h +++ b/gcc/gcc-plugin.h @@ -64,6 +64,7 @@ struct plugin_pass struct plugin_info { const char *version; + const char *help; }; /* Function type for the plugin initialization routine. Each plugin module |