mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 08:06:42 +08:00
Add missing PARAMS around prototype's parameters
From-SVN: r39102
This commit is contained in:
parent
bc65b5ecf6
commit
6fee9e99fa
@ -120,8 +120,8 @@ static int toc_hash_eq PARAMS ((const void *, const void *));
|
|||||||
static int toc_hash_mark_entry PARAMS ((void **, void *));
|
static int toc_hash_mark_entry PARAMS ((void **, void *));
|
||||||
static void toc_hash_mark_table PARAMS ((void *));
|
static void toc_hash_mark_table PARAMS ((void *));
|
||||||
static int constant_pool_expr_1 PARAMS ((rtx, int *, int *));
|
static int constant_pool_expr_1 PARAMS ((rtx, int *, int *));
|
||||||
static void rs6000_free_machine_status (struct function *);
|
static void rs6000_free_machine_status PARAMS ((struct function *));
|
||||||
static void rs6000_init_machine_status (struct function *);
|
static void rs6000_init_machine_status PARAMS ((struct function *));
|
||||||
|
|
||||||
/* Default register names. */
|
/* Default register names. */
|
||||||
char rs6000_reg_names[][8] =
|
char rs6000_reg_names[][8] =
|
||||||
|
Loading…
Reference in New Issue
Block a user