aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.def
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2001-01-05 11:41:27 +0000
committerNathan Sidwell <nathan@codesourcery.com>2001-01-05 11:41:27 +0000
commit7df95f25864df5a57df60b791e49a1c77be64f08 (patch)
tree487a6158bc629714bb699c04b0e2887384d27cf3 /gcc/cp/cp-tree.def
parentca1e8a0224bebdf012ac64898bc7b04bed1f02ef (diff)
cp:
* cp-tree.def (DEFAULT_ARG): Make `x' class. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@38710 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.def')
-rw-r--r--gcc/cp/cp-tree.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index 07ec1eae629..3d514b518b6 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -2,7 +2,7 @@
additional tree codes used in the GNU C++ compiler (see tree.def
for the standard codes).
Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998,
- 1999, 2000 Free Software Foundation, Inc.
+ 1999, 2000, 2001 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
@@ -172,7 +172,7 @@ DEFTREECODE (TYPEOF_TYPE, "typeof_type", 't', 0)
DEFTREECODE (USING_DECL, "using_decl", 'd', 0)
/* An un-parsed default argument. Looks like an IDENTIFIER_NODE. */
-DEFTREECODE (DEFAULT_ARG, "default_arg", 'c', 2)
+DEFTREECODE (DEFAULT_ARG, "default_arg", 'x', 2)
/* A template-id, like foo<int>. The first operand is the template.
The second is the TREE_LIST or TREE_VEC of explicitly specified