Submitter | André Sintzoff |
---|---|
Date | July 3, 2014, 5:06 p.m. |
Message ID | <0022ee690446dcf42075.1404407213@amical.local> |
Download | mbox | patch |
Permalink | /patch/5096/ |
State | Accepted |
Commit | 0022ee690446dcf42075780ff9022d8f7d8e69f0 |
Headers | show |
Comments
Patch
diff --git a/mercurial/util.h b/mercurial/util.h --- a/mercurial/util.h +++ b/mercurial/util.h @@ -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)