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/print-rtl.c | |
parent | 9382e1a90b218b4b93bf53c01ef163925cf224dc (diff) |
get rid of PROTO macros
Diffstat (limited to 'gcc/print-rtl.c')
-rwxr-xr-x | gcc/print-rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index 48dc7db..fbc5302 100755 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -55,7 +55,7 @@ static int indent; extern char **insn_name_ptr; -static void print_rtx PROTO ((rtx)); +static void print_rtx (rtx); /* Nonzero means suppress output of instruction numbers and line number notes in debugging dumps. |