##// END OF EJS Templates
Merge with crew.
Augie Fackler -
r21841:521355a9 merge default
parent child Browse files
Show More
@@ -159,7 +159,7 b' typedef struct {'
159 int mtime;
159 int mtime;
160 } dirstateTupleObject;
160 } dirstateTupleObject;
161
161
162 PyTypeObject dirstateTupleType;
162 extern PyTypeObject dirstateTupleType;
163 #define dirstate_tuple_check(op) (Py_TYPE(op) == &dirstateTupleType)
163 #define dirstate_tuple_check(op) (Py_TYPE(op) == &dirstateTupleType)
164
164
165 static inline uint32_t getbe32(const char *c)
165 static inline uint32_t getbe32(const char *c)
General Comments 0
You need to be logged in to leave comments. Login now