From d3907cc356db67b3596f502dff7aa6e19d9260f7 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Mon, 20 Sep 2004 21:03:56 +0000 Subject: 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 --- gcc/cp/lex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/cp/lex.c') diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index c7b1cf6..8ae7e18 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -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 -- cgit v1.1