equal
deleted
inserted
replaced
157 int mode; |
157 int mode; |
158 int size; |
158 int size; |
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) |
166 { |
166 { |
167 const unsigned char *d = (const unsigned char *)c; |
167 const unsigned char *d = (const unsigned char *)c; |