Commit e1feece8 by Manfred Hollstein Committed by Jeff Law

cp-tree.h (JOINER): Define to '_' if no '$' or '.' characters are allowed.

	* cp-tree.h (JOINER): Define to '_' if no '$' or '.' characters
	are allowed.

From-SVN: r15869
parent 5643c767
Tue Oct 7 16:41:20 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
* cp-tree.h (JOINER): Define to '_' if no '$' or '.' characters
are allowed.
Tue Oct 7 00:48:36 1997 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (duplicate_decls): Don't warn about template instances.
......
......@@ -1642,6 +1642,8 @@ extern int current_function_parms_stored;
#else /* NO_DOT_IN_LABEL */
#define JOINER '_'
#define VPTR_NAME "__vptr"
#define VPTR_NAME_P(ID_NODE) \
(!strncmp (IDENTIFIER_POINTER (ID_NODE), VPTR_NAME, sizeof (VPTR_NAME) - 1))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment