##// END OF EJS Templates
delta-find: move sparse-revlog delta checks in the associated class...
delta-find: move sparse-revlog delta checks in the associated class Lets move the specialized code in the specialized class.

File last commit:

r44311:8766728d default
r52251:383e99f6 default
Show More
pyutil.h
15 lines | 228 B | text/x-c | CLexer
#include <Python.h>
#if PY_MAJOR_VERSION >= 3
#define PYCODETYPE PyObject
#else
#define PYCODETYPE PyCodeObject
#endif
namespace contrib
{
void initpy(const char *cselfpath);
PyObject *pyglobals();
} /* namespace contrib */