mercurial/cext/revlog.c
branchstable
changeset 48964 9ce563fb2989
parent 48769 1bb62821f080
child 48965 a82f5d2b48fb
equal deleted inserted replaced
48962:59be65b7cdfd 48964:9ce563fb2989
   177 static const long entry_cl2_offset_all_comp_mode = 68;
   177 static const long entry_cl2_offset_all_comp_mode = 68;
   178 static const long entry_cl2_offset_rank = 69;
   178 static const long entry_cl2_offset_rank = 69;
   179 /* next free offset: 73 */
   179 /* next free offset: 73 */
   180 
   180 
   181 static const char comp_mode_inline = 2;
   181 static const char comp_mode_inline = 2;
   182 static const char rank_unknown = -1;
   182 static const int rank_unknown = -1;
   183 
   183 
   184 static void raise_revlog_error(void)
   184 static void raise_revlog_error(void)
   185 {
   185 {
   186 	PyObject *mod = NULL, *dict = NULL, *errclass = NULL;
   186 	PyObject *mod = NULL, *dict = NULL, *errclass = NULL;
   187 
   187