Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36e18e3

Browse files
committed
Added pypcre.c module.
1 parent cb91e7b commit 36e18e3

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

PC/config.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ extern void inittime();
6161
extern void initthread();
6262
extern void initcStringIO();
6363
extern void initcPickle();
64+
extern void initpcre();
6465
#ifdef WIN32
6566
extern void initmsvcrt();
6667
#endif
@@ -103,6 +104,7 @@ struct _inittab _PyImport_Inittab[] = {
103104
#endif
104105
{"cStringIO", initcStringIO},
105106
{"cPickle", initcPickle},
107+
{"pcre", initpcre},
106108
#ifdef WIN32
107109
{"msvcrt", initmsvcrt},
108110
#endif

PC/vc5x/python15.dsp

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)