diff options
Diffstat (limited to 'gcc/rtl.c')
-rwxr-xr-x | gcc/rtl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |