aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2003-01-15 17:36:57 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2003-01-15 17:36:57 +0000
commit4da782145bc9e183bc091995ab3cd77e2dffd551 (patch)
tree440ca048b901b13e41c1ef203ca4d0f23af805b9 /gcc/expr.h
parent9ee0a4426da5d2664a2bf75b4fb7e36dded7f230 (diff)
downloadgcc-4da782145bc9e183bc091995ab3cd77e2dffd551.zip
gcc-4da782145bc9e183bc091995ab3cd77e2dffd551.tar.gz
gcc-4da782145bc9e183bc091995ab3cd77e2dffd551.tar.bz2
expr.h (emit_conditional_add): Add PARAMS to declaration.
* expr.h (emit_conditional_add): Add PARAMS to declaration. * gengtype-lex.l (malloc, realloc): Move defines after include of system.h. Remove duplicate include of system.h. From-SVN: r61336
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 7fe3c1b..21f263c 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -307,9 +307,9 @@ rtx emit_conditional_move PARAMS ((rtx, enum rtx_code, rtx, rtx,
int can_conditionally_move_p PARAMS ((enum machine_mode mode));
#endif
-rtx emit_conditional_add (rtx, enum rtx_code, rtx, rtx,
- enum machine_mode, rtx, rtx,
- enum machine_mode, int);
+rtx emit_conditional_add PARAMS ((rtx, enum rtx_code, rtx, rtx,
+ enum machine_mode, rtx, rtx,
+ enum machine_mode, int));
/* Functions from expmed.c: */