add the Equal method to the DOH objects and other speed ups
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7883 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9a7397ce42
commit
bc6339d844
8 changed files with 140 additions and 29 deletions
|
|
@ -324,6 +324,7 @@ DohObjInfo DohListType = {
|
|||
List_len, /* doh_len */
|
||||
0, /* doh_hash */
|
||||
0, /* doh_cmp */
|
||||
0, /* doh_equal */
|
||||
List_first, /* doh_first */
|
||||
List_next, /* doh_next */
|
||||
List_setfile, /* doh_setfile */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue