Merge with crew.
authorAugie Fackler <raf@durin42.com>
Sun, 06 Jul 2014 15:43:26 -0400
changeset 21841 521355a95636
parent 21840 0c88185c7d6c (current diff)
parent 21838 0022ee690446 (diff)
child 21844 7cfd94ec5d30
Merge with crew.
--- a/mercurial/util.h	Sun Jul 06 15:39:01 2014 -0400
+++ b/mercurial/util.h	Sun Jul 06 15:43:26 2014 -0400
@@ -159,7 +159,7 @@
 	int mtime;
 } dirstateTupleObject;
 
-PyTypeObject dirstateTupleType;
+extern PyTypeObject dirstateTupleType;
 #define dirstate_tuple_check(op) (Py_TYPE(op) == &dirstateTupleType)
 
 static inline uint32_t getbe32(const char *c)