summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-05-24 21:11:58 (GMT)
committerGuido van Rossum <guido@python.org>1996-05-24 21:11:58 (GMT)
commit5f1563cd9388b3c1ab49f4e612e945c0ba4dac9f (patch)
tree0027c5d6813b6689057a54ce41f67e03bd3c906f /Include
parent652f108faf752f1aeb3afc5b718653e4b9b9345a (diff)
downloadcpython-5f1563cd9388b3c1ab49f4e612e945c0ba4dac9f.zip
cpython-5f1563cd9388b3c1ab49f4e612e945c0ba4dac9f.tar.gz
cpython-5f1563cd9388b3c1ab49f4e612e945c0ba4dac9f.tar.bz2
rename more symbols
Diffstat (limited to 'Include')
-rw-r--r--Include/rename2.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Include/rename2.h b/Include/rename2.h
index 078e347..c802219 100644
--- a/Include/rename2.h
+++ b/Include/rename2.h
@@ -418,6 +418,19 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define ref_total _Py_RefTotal
#define sigcheck PyErr_CheckSignals
+/* Misc. stuff */
+#define getcompiler Py_GetCompiler
+#define getcopyright Py_GetCopyright
+#define getplatform Py_GetPlatform
+#define getversion Py_GetVersion
+
+/* Misc. Internals */
+#define askyesno _Py_AskYesNo
+#define frozen_modules _PyImport_FrozenModules
+#define import_filetab _PyImport_Filetab
+#define import_maxsuffixsize _PyImport_MaxSuffixSize
+#define load_dynamic_module _PyImport_LoadDynamicModule
+
#ifdef __cplusplus
}
#endif