]> granicus.if.org Git - python/commitdiff
rename more symbols
authorGuido van Rossum <guido@python.org>
Fri, 24 May 1996 21:11:58 +0000 (21:11 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 May 1996 21:11:58 +0000 (21:11 +0000)
Include/rename2.h

index 078e34727d7de382c2395ca6d857da503b89e162..c802219539fa9fce791c1c0e88ce96e819929aa1 100644 (file)
@@ -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