diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2003-01-15 17:36:57 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2003-01-15 17:36:57 +0000 |
commit | 4da782145bc9e183bc091995ab3cd77e2dffd551 (patch) | |
tree | 440ca048b901b13e41c1ef203ca4d0f23af805b9 /gcc/expr.h | |
parent | 9ee0a4426da5d2664a2bf75b4fb7e36dded7f230 (diff) | |
download | gcc-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.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: */ |