cp-tree.h (VFIELD_NAME_FORMAT): Adjust to match VFIELD_NAME.
* cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL && NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME. From-SVN: r46293
This commit is contained in:
parent
e95301f52e
commit
dc8ad2989f
@ -1,3 +1,8 @@
|
||||
2001-10-16 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
|
||||
NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
|
||||
|
||||
2001-10-15 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
|
||||
|
@ -3167,7 +3167,7 @@ extern varray_type local_classes;
|
||||
#define VFIELD_NAME_P(ID_NODE) \
|
||||
(!strncmp (IDENTIFIER_POINTER (ID_NODE), VFIELD_NAME, \
|
||||
sizeof (VFIELD_NAME) - 1))
|
||||
#define VFIELD_NAME_FORMAT "_vptr_%s"
|
||||
#define VFIELD_NAME_FORMAT "__vptr_%s"
|
||||
#define STATIC_NAME_FORMAT "__static_%s_%s"
|
||||
|
||||
#define ANON_AGGRNAME_PREFIX "__anon_"
|
||||
|
Loading…
x
Reference in New Issue
Block a user