From ecae31d652106c1f3b7429570de013c3bbf33e7a Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 16 Feb 2016 01:03:54 -0800 Subject: get rid of PROTO macros --- gcc/rtl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/rtl.c') diff --git a/gcc/rtl.c b/gcc/rtl.c index 6ff5002..7097239 100755 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -196,8 +196,8 @@ char *reg_note_name[] = { "", "REG_DEAD", "REG_INC", "REG_EQUIV", "REG_WAS_0", "REG_FRAME_RELATED_EXPR", "REG_EH_REGION", "REG_EH_RETHROW" }; -static void dump_and_abort PROTO((int, int, FILE *)) ATTRIBUTE_NORETURN; -static void read_name PROTO((char *, FILE *)); +static void dump_and_abort (int, int, FILE *) ATTRIBUTE_NORETURN; +static void read_name (char *, FILE *); /* Allocate an rtx vector of N elements. Store the length, and initialize all elements to zero. */ -- cgit v1.2.3