cpplib.c (struct pragma_entry): Store the name as a hashnode.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 14 Oct 2001 23:04:13 +0000 (23:04 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 14 Oct 2001 23:04:13 +0000 (23:04 +0000)
commit4b115ff0ea950af854f83359a463f746cb6660c3
tree14a7ba0c8a56918c072c9ebed2d40886baf5a592
parenta5da89c6a82230eedae86e6ccfc829b577037e32
cpplib.c (struct pragma_entry): Store the name as a hashnode.

* cpplib.c (struct pragma_entry): Store the name as a hashnode.
(lookup_pragma_entry, insert_pragma_entry, do_pragma,
cpp_register_pragma): Update accordingly.

From-SVN: r46255
gcc/ChangeLog
gcc/cpplib.c