diff options
Diffstat (limited to 'gcc/regs.h')
-rw-r--r-- | gcc/regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -202,4 +202,4 @@ extern int caller_save_needed; #endif /* Allocate reg_n_info tables */ -extern void allocate_reg_info PROTO((size_t, int, int)); +extern void allocate_reg_info PARAMS ((size_t, int, int)); |