Mercurial > hg-stable
changeset 21841:521355a95636
Merge with crew.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sun, 06 Jul 2014 15:43:26 -0400 |
parents | 0c88185c7d6c (current diff) 0022ee690446 (diff) |
children | 7cfd94ec5d30 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)