diff options
author | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
commit | ecae31d652106c1f3b7429570de013c3bbf33e7a (patch) | |
tree | 6981957216b10aad71c792714a25c5750611754e /gcc/rtl.c | |
parent | 9382e1a90b218b4b93bf53c01ef163925cf224dc (diff) |
get rid of PROTO macros
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. */ |