aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-01-17 15:47:29 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-01-17 15:47:29 +0000
commitcdadb1dda076203885b3a3845fe41a9a87a249ba (patch)
tree02d760faa2edcf054521c763f17de45357e930fc /gcc/rtl.c
parent283a159fe38e477d93b189d43888f1e42043c0af (diff)
downloadgcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.zip
gcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.tar.gz
gcc-cdadb1dda076203885b3a3845fe41a9a87a249ba.tar.bz2
reload.c: PROTO -> PARAMS.
* 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. From-SVN: r31461
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index ad6c52d..f14d789 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;