cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.
authorGiovanni Bajo <giovannibajo@libero.it>
Wed, 8 Oct 2003 00:42:56 +0000 (02:42 +0200)
committerBernardo Innocenti <bernie@gcc.gnu.org>
Wed, 8 Oct 2003 00:42:56 +0000 (02:42 +0200)
commit303357a70540b27910f95aabdd880317ac8aa40e
tree9a7888a65a7359b7d83dddc8e7b81da51d6cd738
parent605143d82ff60a94b738cf2bbd4caac23899572b
cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.

* cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.
* error.c (dump_function_decl): Use it to skip the dump of the
arguments.
(dump_expr): When dumping a declaration found within an
expression, always set TFF_NO_FUNCTION_ARGUMENTS
in the flags.

From-SVN: r72215
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/error.c