diff options
author | Guido van Rossum <guido@python.org> | 1997-07-19 19:48:41 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-19 19:48:41 +0000 |
commit | 25b8cb22498ea05b68cdce1b6e561af39cde6217 (patch) | |
tree | 6a11871ce283da4e63cc69cf2c79625bc65b49b6 /Python/getversion.c | |
parent | f09f8007e3790754952e140765ee6b257ea13f9a (diff) | |
download | cpython-25b8cb22498ea05b68cdce1b6e561af39cde6217.tar.gz |
Make it return a _const_ char*.
Diffstat (limited to 'Python/getversion.c')
-rw-r--r-- | Python/getversion.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/getversion.c b/Python/getversion.c index c697f43086..4553357c18 100644 --- a/Python/getversion.c +++ b/Python/getversion.c @@ -35,9 +35,6 @@ PERFORMANCE OF THIS SOFTWARE. #include "patchlevel.h" -extern const char *Py_GetCompiler(); -extern const char *Py_GetBuildInfo(); - const char * Py_GetVersion() { |