This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ patch] accept __null as sentinel


On Fri, Apr 29, 2005 at 09:43:09PM +0200, Michael Matz wrote:
> 	PR c++/19542
> 	* c-common.c (c_common_nodes_and_builtins): Create global null_node.
> 	(check_function_sentinel): Check for null_node as valid sentinel too.
> 
> 	* tree.h (tree_index): Added TI_NULL.
> 	Define null_node as global_tree[TI_NULL].

You can move this to c/c++ common code without moving it to code
common to all languages.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]