* pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.

From-SVN: r31915
This commit is contained in:
Rodney Brown 2000-02-11 10:05:42 +00:00 committed by Jeff Law
parent 8c417c25d4
commit 84caa961db
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-02-11 Rodney Brown <RodneyBrown@pmsc.com>
* pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
Fri Feb 11 02:59:05 2000 Jeffrey A Law (law@cygnus.com)
* pa.c, pa.h: Remove trigraph sequences within comments.

View File

@ -115,7 +115,9 @@ extern int lhs_lshift_operand PARAMS ((rtx, enum machine_mode));
extern int pc_or_label_operand PARAMS ((rtx, enum machine_mode));
#ifdef ARGS_SIZE_RTX
/* expr.h defines ARGS_SIZE_RTX and `enum direction' */
#ifdef TREE_CODE
extern enum direction function_arg_padding PARAMS ((enum machine_mode, tree));
#endif
#endif /* ARGS_SIZE_RTX */
extern int non_hard_reg_operand PARAMS ((rtx, enum machine_mode));
extern int eq_neq_comparison_operator PARAMS ((rtx, enum machine_mode));