]> gcc.gnu.org Git - gcc.git/commit
cpphash.h (struct hashnode): Use struct hack for name member.
authorZack Weinberg <zack@wolery.cumb.org>
Wed, 10 May 2000 19:11:02 +0000 (19:11 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 10 May 2000 19:11:02 +0000 (19:11 +0000)
commitfa5572714eed920f6d162a1d7ab08d990926ba83
tree177ec0e71fe21a5993376d22f9d842960833b246
parente54930f9a3cdfc6347ec4887bad203539501f846
cpphash.h (struct hashnode): Use struct hack for name member.

* cpphash.h (struct hashnode): Use struct hack for name
member.
* cpphash.c (struct hashdummy): New.
(eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
(make_HASHNODE): No need to set ->name pointer.  Correct
setting of p.
(cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.

From-SVN: r33828
gcc/ChangeLog
gcc/cpphash.c
gcc/cpphash.h
This page took 0.058589 seconds and 5 git commands to generate.