chiark
/
gitweb
/
~mdw
/
pyke
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ac67c
)
Proper hashing for comparable object types.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 10 Apr 2015 14:19:25 +0000
(15:19 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 20 Apr 2015 16:56:50 +0000
(17:56 +0100)
Some of the existing object hash algorithms have changed, but I think
we'll live with that.
catacomb-python.h
patch
|
blob
|
blame
|
history
diff --git
a/catacomb-python.h
b/catacomb-python.h
index 2890289ced364663e0ebb3b316cba69011ddc1c2..9d86e57e021372f5c0e37e3eb9a15c5db1a1fa20 100644
(file)
--- a/
catacomb-python.h
+++ b/
catacomb-python.h
@@
-44,6
+44,7
@@
#include <mLib/dstr.h>
#include <mLib/macros.h>
#include <mLib/quis.h>
+#include <mLib/unihash.h>
#include <catacomb/buf.h>