.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1894 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -48,9 +48,9 @@
|
|||||||
# define HashTable_EQUAL(hashTable, hashKey1, hashKey2) \
|
# define HashTable_EQUAL(hashTable, hashKey1, hashKey2) \
|
||||||
(hashTable)->equalFunction(hashKey1, hashKey2)
|
(hashTable)->equalFunction(hashKey1, hashKey2)
|
||||||
# define HashTable_COPY(hashTable, hashKey) \
|
# define HashTable_COPY(hashTable, hashKey) \
|
||||||
(hashTable)->copyFunction(hashKey)
|
(hashTable)->copyFunction(hashTable, hashKey)
|
||||||
# define HashTable_FREE(hashTable, hashKey) \
|
# define HashTable_FREE(hashTable, hashKey) \
|
||||||
(hashTable)->copyFunction(hashKey)
|
(hashTable)->freeFunction(hashTable, hashKey)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user