diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:37:04 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:37:04 +0000 |
commit | c70f711149bb09e66d312cb18a1325e309e1a46c (patch) | |
tree | 2c932fb63a8aa3c1db1b432e880202b0e3f267b3 /gcc/regs.h | |
parent | 38b9004f47abbfee75df3dba53f7a644203fdbf6 (diff) | |
download | gcc-c70f711149bb09e66d312cb18a1325e309e1a46c.tar.gz |
* machmode.h: PROTO -> PARAMS.
* mbchar.h: Likewise.
* mips-tdump.c: Likewise.
* mips-tfile.c: Likewise.
* optabs.c: Likewise.
* output.h: Likewise.
* prefix.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.h: Likewise.
* recog.c: Likewise.
* recog.h: Likewise.
* regclass.c: Likewise.
* regmove.c: Likewise.
* regs.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31459 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regs.h')
-rw-r--r-- | gcc/regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regs.h b/gcc/regs.h index ff267febc30..7cd1ab8c46b 100644 --- a/gcc/regs.h +++ b/gcc/regs.h @@ -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)); |