summaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl.c')
-rwxr-xr-xgcc/rtl.c4
1 files changed, 2 insertions, 2 deletions
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. */