lex.c (cxx_init): Don't set the ridpointer for RID_NULL to null_node.

* lex.c (cxx_init): Don't set the ridpointer for RID_NULL
	to null_node.

From-SVN: r87774
This commit is contained in:
Steven Bosscher 2004-09-20 21:03:56 +00:00 committed by Steven Bosscher
parent 4c9d875031
commit d3907cc356
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-20 Steven Bosscher <stevenb@suse.de>
* lex.c (cxx_init): Don't set the ridpointer for RID_NULL
to null_node.
2004-09-19 Mark Mitchell <mark@codesourcery.com>
* decl2.c (determine_visibility): Allow class visibility

View File

@ -352,7 +352,6 @@ cxx_init (void)
not shared. */
null_node = make_node (INTEGER_CST);
TREE_TYPE (null_node) = c_common_type_for_size (POINTER_SIZE, 0);
ridpointers[RID_NULL] = null_node;
/* The fact that G++ uses COMDAT for many entities (inline
functions, template instantiations, virtual tables, etc.) mean