diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:47:29 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-17 15:47:29 +0000 |
commit | 0019492df5a20c5b3b6d6cd6a52e26be03ddb58e (patch) | |
tree | 02d760faa2edcf054521c763f17de45357e930fc /gcc/rtl.c | |
parent | 15159a4eb6d1af9b463ef539b769ae451b83e362 (diff) | |
download | gcc-0019492df5a20c5b3b6d6cd6a52e26be03ddb58e.tar.gz |
* reload.c: PROTO -> PARAMS.
* reload.h: Likewise.
* reload1.c: Likewise.
* reorg.c: Likewise.
* resource.h: Likewise.
* rtl.c: Likewise.
* rtl.h: Likewise.
* rtlanal.c: Likewise.
* sbitmap.h: Likewise.
* sdbout.c: Likewise.
* stack.h: Likewise.
* stmt.c: Likewise.
* system.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31461 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c index ad6c52d2321..f14d789ab95 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -257,11 +257,11 @@ const char * const reg_note_name[] = { "", "REG_DEAD", "REG_INC", "REG_EQUIV", " "REG_FRAME_RELATED_EXPR", "REG_EH_REGION", "REG_EH_RETHROW", "REG_SAVE_NOTE" }; -static void fatal_with_file_and_line PVPROTO((FILE *, const char *, ...)) +static void fatal_with_file_and_line PARAMS ((FILE *, const char *, ...)) ATTRIBUTE_NORETURN; -static void fatal_expected_char PROTO((FILE *, int, int)) ATTRIBUTE_NORETURN; -static void read_name PROTO((char *, FILE *)); -static const char *trim_filename PROTO((const char *)); +static void fatal_expected_char PARAMS ((FILE *, int, int)) ATTRIBUTE_NORETURN; +static void read_name PARAMS ((char *, FILE *)); +static const char *trim_filename PARAMS ((const char *)); /* Allocate an rtx vector of N elements. Store the length, and initialize all elements to zero. */ @@ -697,7 +697,7 @@ int read_rtx_lineno = 1; const char *read_rtx_filename = "<unknown>"; static void -fatal_with_file_and_line VPROTO((FILE *infile, const char *msg, ...)) +fatal_with_file_and_line VPARAMS ((FILE *infile, const char *msg, ...)) { #ifndef ANSI_PROTOTYPES FILE *infile; |