egcs/gcc ChangeLog c-common.c c-common.h c-lex ...

chelf@gcc.gnu.org chelf@gcc.gnu.org
Fri Jun 16 19:37:00 GMT 2000


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	chelf@sourceware.cygnus.com	00/06/16 19:37:24

Modified files:
	gcc            : ChangeLog c-common.c c-common.h c-lex.c 
	gcc/cp         : ChangeLog cp-tree.h lex.c 

Log message:
	* c-common.c (c_tree_code_type): New array.
	(c_tree_code_length): Likewise.
	(c_tree_code_name): Likewise.
	(add_c_tree_codes): New function.
	
	* c-common.h (add_c_tree_codes): Declare.
	(enum c_tree_code): New enum.
	
	* c-lex.c (init_parse): Added call to add_c_tree_codes.
	
	* cp/cp-tree.h (enum cplus_tree_code): Changed __DUMMY to
	CP_DUMMY_TREE_CODE. Remove #include "c-common.def".
	
	* cp/lex.c (cplus_tree_code_type[]): Removed #include "c-common.def".
	(cplus_tree_code_length[]): Likewise.
	(cplus_tree_code_name[]): Likewise.
	(init_parse): Added call to add_c_tree_codes. Changed
	LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.6921&r2=1.6922
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-common.c.diff?cvsroot=gcc&r1=1.118&r2=1.119
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-common.h.diff?cvsroot=gcc&r1=1.16&r2=1.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-lex.c.diff?cvsroot=gcc&r1=1.82&r2=1.83
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.1843&r2=1.1844
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/cp-tree.h.diff?cvsroot=gcc&r1=1.484&r2=1.485
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/lex.c.diff?cvsroot=gcc&r1=1.207&r2=1.208



More information about the Gcc-cvs mailing list