mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Added binascii
This commit is contained in:
parent
727811907c
commit
a7b6a820ae
1 changed files with 2 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ extern void initdl();
|
||||||
extern void initsyslog();
|
extern void initsyslog();
|
||||||
extern void initgestalt();
|
extern void initgestalt();
|
||||||
extern void initmacfs();
|
extern void initmacfs();
|
||||||
|
extern void initbinascii();
|
||||||
#ifdef THINK
|
#ifdef THINK
|
||||||
extern void initmacconsole();
|
extern void initmacconsole();
|
||||||
#endif
|
#endif
|
||||||
|
|
@ -365,6 +366,7 @@ struct {
|
||||||
#endif
|
#endif
|
||||||
{"gestalt", initgestalt},
|
{"gestalt", initgestalt},
|
||||||
{"macfs", initmacfs},
|
{"macfs", initmacfs},
|
||||||
|
{"binascii", initbinascii},
|
||||||
#ifdef THINK_C
|
#ifdef THINK_C
|
||||||
/* This is an interface to the Think runtime */
|
/* This is an interface to the Think runtime */
|
||||||
{"macconsole", initmacconsole},
|
{"macconsole", initmacconsole},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue