diff options
Diffstat (limited to 'gcc/params.h')
-rw-r--r-- | gcc/params.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/params.h b/gcc/params.h index 56db145e1f6..e0bb4fa7e9b 100644 --- a/gcc/params.h +++ b/gcc/params.h @@ -52,10 +52,10 @@ typedef struct param_info /* Minimum acceptable value. */ int min_value; - + /* Maximum acceptable value, if greater than minimum */ int max_value; - + /* A short description of the option. */ const char *const help; } param_info; |