dictionary: Use hmap instead of older hsh_table. 20100412040508/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 12 Apr 2010 04:45:16 +0000 (21:45 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 12 Apr 2010 04:45:16 +0000 (21:45 -0700)
commit432761249a7e96e81407a123d0e25c3de3066202
tree26b3bace2a7c11c0be302d6ce6e2621d068e9972
parent07f535c5ce76a82df05dafe831e44fb15855ae27
dictionary: Use hmap instead of older hsh_table.

The greatest benefit of this change is that it allows dict_lookup_var() to
avoid creating and destroying a whole variable just to look one up by name.
src/data/dictionary.c
src/data/vardict.h