summaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r--gcc/simplify-rtx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c
index ff31d8c9013..c3e2d8c4ef8 100644
--- a/gcc/simplify-rtx.c
+++ b/gcc/simplify-rtx.c
@@ -89,9 +89,9 @@ Boston, MA 02111-1307, USA. */
|| GET_CODE (X) == ADDRESSOF)
-static rtx simplify_plus_minus PROTO((enum rtx_code, enum machine_mode,
+static rtx simplify_plus_minus PARAMS ((enum rtx_code, enum machine_mode,
rtx, rtx));
-static void check_fold_consts PROTO((PTR));
+static void check_fold_consts PARAMS ((PTR));
/* Make a binary operation by properly ordering the operands and
seeing if the expression folds. */