diff options
| author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-14 17:14:43 +0000 |
|---|---|---|
| committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-14 17:14:43 +0000 |
| commit | 621f6678bd276a87e8bf36b04c507b19ef1e0c49 (patch) | |
| tree | c581c8d237ef2fffdfeee6182fd81e25ea6ed527 /gcc/emit-rtl.c | |
| parent | b7dbbdb2257d8eb618342a6e26688eb8036b10a1 (diff) | |
| download | ppe42-gcc-621f6678bd276a87e8bf36b04c507b19ef1e0c49.tar.gz ppe42-gcc-621f6678bd276a87e8bf36b04c507b19ef1e0c49.zip | |
* eh-common.h: PROTO -> PARAMS.
* emit-rtl.c: Likewise.
* errors.c: Likewise.
* errors.h: Likewise.
* except.c: Likewise.
* except.h: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* expr.h: Likewise.
* final.c: Likewise.
* fix-header.c: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* function.h: Likewise.
* gcc.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31419 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/emit-rtl.c')
| -rw-r--r-- | gcc/emit-rtl.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 06f4979a876..304e6d43f93 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -1,5 +1,5 @@ /* Emit RTL for the GNU C-Compiler expander. - Copyright (C) 1987, 88, 92-97, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92-99, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -166,10 +166,10 @@ static rtx free_insn; /* This is where the pointer to the obstack being used for RTL is stored. */ extern struct obstack *rtl_obstack; -static rtx make_jump_insn_raw PROTO((rtx)); -static rtx make_call_insn_raw PROTO((rtx)); -static rtx find_line_note PROTO((rtx)); -static void mark_sequence_stack PROTO((struct sequence_stack *)); +static rtx make_jump_insn_raw PARAMS ((rtx)); +static rtx make_call_insn_raw PARAMS ((rtx)); +static rtx find_line_note PARAMS ((rtx)); +static void mark_sequence_stack PARAMS ((struct sequence_stack *)); /* There are some RTL codes that require special attention; the generation functions do the raw handling. If you add to this list, modify @@ -298,7 +298,7 @@ gen_rtx_MEM (mode, addr) /*VARARGS2*/ rtx -gen_rtx VPROTO((enum rtx_code code, enum machine_mode mode, ...)) +gen_rtx VPARAMS ((enum rtx_code code, enum machine_mode mode, ...)) { #ifndef ANSI_PROTOTYPES enum rtx_code code; @@ -399,7 +399,7 @@ gen_rtx VPROTO((enum rtx_code code, enum machine_mode mode, ...)) /*VARARGS1*/ rtvec -gen_rtvec VPROTO((int n, ...)) +gen_rtvec VPARAMS ((int n, ...)) { #ifndef ANSI_PROTOTYPES int n; |

