commit | 98ff309cdc98857eb30992f108439cb7d7673598 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Fri Mar 08 22:11:36 2013 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Fri Mar 08 22:52:32 2013 +0100 |
tree | 1686496538844debf186b8631323dc686dd2718f | |
parent | b658d4f2204c596f54813cdb80d668bb4656d598 [diff] |
Change DICT_FIND to DICT_FIND_{REF,VAL} - In many places, DICT_FIND was awkward to use, as it required the use of pointers even in cases that the dictionary already stored pointers. For those cases, add DICT_FIND_VAL. - Rename the original DICT_FIND to DICT_FIND_REF to make the disctinction clear. That is useful if the dictionary holds actual structures.