]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
traditional.c (lex_identifier): Use CPP_HASHNODE.
authorTom Tromey <tromey@redhat.com>
Wed, 20 Feb 2008 02:16:43 +0000 (02:16 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 20 Feb 2008 02:16:43 +0000 (02:16 +0000)
commit2bf41bf05df81d26e70bca9642c065cd90b49be7
treea0f5aee41aeac0578015bd28b69be97666cfa9bc
parent18ca3965e9f2a024baca017763ddfa4342ef499d
traditional.c (lex_identifier): Use CPP_HASHNODE.

* 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.

From-SVN: r132467
libcpp/ChangeLog
libcpp/identifiers.c
libcpp/include/line-map.h
libcpp/lex.c
libcpp/line-map.c
libcpp/traditional.c