r132467 - in /trunk/libcpp: ChangeLog identifie...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Wed Feb 20 02:16:00 GMT 2008


Author: tromey
Date: Wed Feb 20 02:16:43 2008
New Revision: 132467

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132467
Log:
	* traditional.c (lex_identifier): Use CPP_HASHNODE.
	* lex.c (lex_identifier): Use CPP_HASHNODE.
	* include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in
	do-while.
	* identifiers.c (alloc_node): Change return type.
	(_cpp_init_hashtable): Don't cast 'alloc_node'.
	(proxy_assertion_broken): New declaration.
	(cpp_forall_identifiers): Move comment.
	* line-map.c (linemap_add): Comment fix.
	(linemap_line_start): Indentation fix.

Modified:
    trunk/libcpp/ChangeLog
    trunk/libcpp/identifiers.c
    trunk/libcpp/include/line-map.h
    trunk/libcpp/lex.c
    trunk/libcpp/line-map.c
    trunk/libcpp/traditional.c



More information about the Gcc-cvs mailing list