summaryrefslogtreecommitdiffstats
path: root/Include/rename2.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-21 02:23:24 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-21 02:23:24 (GMT)
commitbb864062f1c5ba1f89f41cb65b07ff26c7cf777d (patch)
tree799c470f65d1277645e9e7fff28acf222556434a /Include/rename2.h
parent4f4ce68085242b71f08b8ced86a2fbf6a87da8a1 (diff)
downloadcpython-bb864062f1c5ba1f89f41cb65b07ff26c7cf777d.zip
cpython-bb864062f1c5ba1f89f41cb65b07ff26c7cf777d.tar.gz
cpython-bb864062f1c5ba1f89f41cb65b07ff26c7cf777d.tar.bz2
added new names for getprogramname, getargcargv
Diffstat (limited to 'Include/rename2.h')
-rw-r--r--Include/rename2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/rename2.h b/Include/rename2.h
index 7ee5ea5..a02f0e0 100644
--- a/Include/rename2.h
+++ b/Include/rename2.h
@@ -425,6 +425,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define getplatform Py_GetPlatform
#define getversion Py_GetVersion
#define getpythonpath Py_GetPath
+#define getprogramname Py_GetProgramName
+#define getargcargv Py_GetArgcArgv
/* Misc. Internals */
#define askyesno _Py_AskYesNo