From 1ca2e7965c52525684bb517401c513158a8af989 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 5 Mar 2011 20:51:24 +0100 Subject: Commit the hg build identification patch from the pymigr repo. --- Include/pythonrun.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Include/pythonrun.h') diff --git a/Include/pythonrun.h b/Include/pythonrun.h index 0c380e6be9..96a0e232f9 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -120,6 +120,8 @@ PyAPI_FUNC(const char *) Py_GetBuildInfo(void); PyAPI_FUNC(const char *) _Py_svnversion(void); PyAPI_FUNC(const char *) Py_SubversionRevision(void); PyAPI_FUNC(const char *) Py_SubversionShortBranch(void); +PyAPI_FUNC(const char *) _Py_hgidentifier(void); +PyAPI_FUNC(const char *) _Py_hgversion(void); /* Internal -- various one-time initializations */ PyAPI_FUNC(PyObject *) _PyBuiltin_Init(void); -- cgit v1.2.3