Commit 6fee9e99 by Nick Clifton

Add missing PARAMS around prototype's parameters

From-SVN: r39102
parent bc65b5ec
...@@ -120,8 +120,8 @@ static int toc_hash_eq PARAMS ((const void *, const void *)); ...@@ -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] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment