diff options
Diffstat (limited to 'gcc/params.h')
-rw-r--r-- | gcc/params.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/params.h b/gcc/params.h index e0bb4fa7e9b..833fc3bb2f1 100644 --- a/gcc/params.h +++ b/gcc/params.h @@ -65,6 +65,9 @@ typedef struct param_info extern param_info *compiler_params; +/* Returns the number of entries in the table, for the use by plugins. */ +extern size_t get_num_compiler_params (void); + /* Add the N PARAMS to the current list of compiler parameters. */ extern void add_params (const param_info params[], size_t n); |