mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Removed reop
This commit is contained in:
parent
bdbdb80b0b
commit
b36b83011a
1 changed files with 0 additions and 2 deletions
|
@ -81,7 +81,6 @@ extern void initbinascii();
|
||||||
extern void initsoundex();
|
extern void initsoundex();
|
||||||
extern void initoperator();
|
extern void initoperator();
|
||||||
extern void initerrno();
|
extern void initerrno();
|
||||||
extern void initreop();
|
|
||||||
extern void initpcre();
|
extern void initpcre();
|
||||||
#ifdef THINK
|
#ifdef THINK
|
||||||
extern void initmacconsole();
|
extern void initmacconsole();
|
||||||
|
@ -188,7 +187,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
{"soundex", initsoundex},
|
{"soundex", initsoundex},
|
||||||
{"operator", initoperator},
|
{"operator", initoperator},
|
||||||
{"errno", initerrno},
|
{"errno", initerrno},
|
||||||
{"reop", initreop},
|
|
||||||
{"pcre", initpcre},
|
{"pcre", initpcre},
|
||||||
#ifdef THINK_C
|
#ifdef THINK_C
|
||||||
/* This is an interface to the Think runtime */
|
/* This is an interface to the Think runtime */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue