All macro lookups should be of type macro_t, not string_list_t.
authorCarl Worth <cworth@cworth.org>
Wed, 26 May 2010 22:53:05 +0000 (15:53 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 26 May 2010 22:53:05 +0000 (15:53 -0700)
commit0324cad796b7a68634a729719f08fcbb5bbd04cc
tree79c72c745c65ed680acd71fc3b440164236a59a8
parent8e82fcb070d5fae0ec2c763cee4cea225b459664
All macro lookups should be of type macro_t, not string_list_t.

This is what I get for using a non-type-safe hash-table implementation.
glcpp-parse.y