summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 10:26:32 +0100
committerGeorg Brandl <georg@python.org>2011-03-06 10:26:32 +0100
commitfe09a54280a56a01402f4cb98c8c6cb4be89654a (patch)
tree7bea7a6d99ae4509b5f77fca934ec32f8a93c8ab /Include
parentf874debbf37636b0f2f46f8db06be50c20b670a8 (diff)
parent13039c87f14aeed325bcb5fadd202922a614957b (diff)
downloadcpython-git-fe09a54280a56a01402f4cb98c8c6cb4be89654a.tar.gz
Merge build identification to default branch.
Diffstat (limited to 'Include')
-rw-r--r--Include/pythonrun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index 86da6e0e29..bbcae73d21 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -182,6 +182,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);
#endif
/* Internal -- various one-time initializations */