aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/opts.h')
-rw-r--r--gcc/opts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/opts.h b/gcc/opts.h
index 52ab44b..cffeeba 100644
--- a/gcc/opts.h
+++ b/gcc/opts.h
@@ -26,6 +26,7 @@ extern void decode_options (unsigned int argc, const char **argv);
struct cl_option
{
const char *opt_text;
+ const char *help;
unsigned short back_chain;
unsigned char opt_len;
unsigned int flags;