##// END OF EJS Templates
util.h: declare dirstateTupleType variable instead of defining it...
André Sintzoff -
r21838:0022ee69 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