From ef30399b50248459021d6a08ea569432700c1a86 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Wed, 10 Feb 1999 09:56:36 +0000 Subject: [PATCH] rtlanal.c (for_each_rtx): Fix declaration to conform to GNU coding standards. * rtlanal.c (for_each_rtx): Fix declaration to conform to GNU coding standards. From-SVN: r25125 --- gcc/ChangeLog | 5 +++++ gcc/rtlanal.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2c610829ebc..b7bc29f1ee9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 10 09:57:08 1999 Mark Mitchell + + * rtlanal.c (for_each_rtx): Fix declaration to conform to GNU + coding standards. + Wed Feb 10 10:09:41 1999 Jeffrey A Law (law@cygnus.com) * reload1.c (reload_combine_note_store): Second argument is no diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 08858ad8d2f..ffaad23769e 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -2143,9 +2143,9 @@ computed_jump_p (insn) int for_each_rtx (x, f, data) - rtx* x; + rtx *x; rtx_function f; - void* data; + void *data; { int result; int length; -- 2.30.2