mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Added pcre module
This commit is contained in:
@@ -82,6 +82,7 @@ extern void initsoundex();
|
||||
extern void initoperator();
|
||||
extern void initerrno();
|
||||
extern void initreop();
|
||||
extern void initpcre();
|
||||
#ifdef THINK
|
||||
extern void initmacconsole();
|
||||
#endif
|
||||
@@ -183,6 +184,7 @@ struct _inittab _PyImport_Inittab[] = {
|
||||
{"operator", initoperator},
|
||||
{"errno", initerrno},
|
||||
{"reop", initreop},
|
||||
{"pcre", initpcre},
|
||||
#ifdef THINK_C
|
||||
/* This is an interface to the Think runtime */
|
||||
{"macconsole", initmacconsole},
|
||||
|
||||
Reference in New Issue
Block a user