# HG changeset patch # User Augie Fackler # Date 1404675806 14400 # Node ID 521355a95636a81cd75266330f9cf13ccaaaaf51 # Parent 0c88185c7d6c4718a1444b7635280a95f98f7e2c# Parent 0022ee690446dcf42075780ff9022d8f7d8e69f0 Merge with crew. diff -r 0c88185c7d6c -r 521355a95636 mercurial/util.h --- 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)