summaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-16 01:03:54 -0800
committerYamaArashi <shadow962@live.com>2016-02-16 01:03:54 -0800
commitecae31d652106c1f3b7429570de013c3bbf33e7a (patch)
tree6981957216b10aad71c792714a25c5750611754e /gcc/print-rtl.c
parent9382e1a90b218b4b93bf53c01ef163925cf224dc (diff)
get rid of PROTO macros
Diffstat (limited to 'gcc/print-rtl.c')
-rwxr-xr-xgcc/print-rtl.c2
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.