Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
36e18e3d
Commit
36e18e3d
authored
Nov 25, 1997
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added pypcre.c module.
parent
cb91e7bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
PC/config.c
PC/config.c
+2
-0
PC/vc5x/python15.dsp
PC/vc5x/python15.dsp
+8
-0
No files found.
PC/config.c
View file @
36e18e3d
...
...
@@ -61,6 +61,7 @@ extern void inittime();
extern
void
initthread
();
extern
void
initcStringIO
();
extern
void
initcPickle
();
extern
void
initpcre
();
#ifdef WIN32
extern
void
initmsvcrt
();
#endif
...
...
@@ -103,6 +104,7 @@ struct _inittab _PyImport_Inittab[] = {
#endif
{
"cStringIO"
,
initcStringIO
},
{
"cPickle"
,
initcPickle
},
{
"pcre"
,
initpcre
},
#ifdef WIN32
{
"msvcrt"
,
initmsvcrt
},
#endif
...
...
PC/vc5x/python15.dsp
View file @
36e18e3d
...
...
@@ -347,6 +347,10 @@ SOURCE=..\Parser\parsetok.c
# End Source File
# Begin Source File
SOURCE=..\Modules\pcremodule.c
# End Source File
# Begin Source File
SOURCE=..\Modules\posixmodule.c
# End Source File
# Begin Source File
...
...
@@ -355,6 +359,10 @@ SOURCE=..\Python\pyfpe.c
# End Source File
# Begin Source File
SOURCE=..\Modules\pypcre.c
# End Source File
# Begin Source File
SOURCE=..\Python\pystate.c
# End Source File
# Begin Source File
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment