summaryrefslogtreecommitdiffstats
path: root/PC/os2vacpp
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-16 07:05:59 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-16 07:05:59 (GMT)
commitc4bd28c303ce2678b0917f582cb81e67230f5b42 (patch)
tree0027786475bd95e53a5734c648dd3674c5ba98f9 /PC/os2vacpp
parent10be10cbe72cc0cc0d05b2901f6857fdbb343894 (diff)
downloadcpython-c4bd28c303ce2678b0917f582cb81e67230f5b42.zip
cpython-c4bd28c303ce2678b0917f582cb81e67230f5b42.tar.gz
cpython-c4bd28c303ce2678b0917f582cb81e67230f5b42.tar.bz2
Remove some more references to regex that I missed.
Diffstat (limited to 'PC/os2vacpp')
-rw-r--r--PC/os2vacpp/config.c2
-rw-r--r--PC/os2vacpp/python.def6
2 files changed, 0 insertions, 8 deletions
diff --git a/PC/os2vacpp/config.c b/PC/os2vacpp/config.c
index 7512de5..9bb5752 100644
--- a/PC/os2vacpp/config.c
+++ b/PC/os2vacpp/config.c
@@ -27,7 +27,6 @@ extern void initnt(void);
extern void initos2(void);
extern void initoperator(void);
extern void initposix(void);
-extern void initregex(void);
extern void initrgbimg(void);
extern void initsignal(void);
extern void initselect(void);
@@ -70,7 +69,6 @@ struct _inittab _PyImport_Inittab[] = {
#endif
#endif
{"operator", initoperator},
- {"regex", initregex},
// {"rgbimg", initrgbimg},
{"signal", initsignal},
#ifdef USE_SOCKET
diff --git a/PC/os2vacpp/python.def b/PC/os2vacpp/python.def
index bc73fac..79d05b0 100644
--- a/PC/os2vacpp/python.def
+++ b/PC/os2vacpp/python.def
@@ -464,12 +464,6 @@ EXPORTS
; _Py_mergebitset
; _Py_meta_grammar
; _Py_newbitset
- _Py_re_compile_fastmap
- _Py_re_compile_initialize
- _Py_re_compile_pattern
- _Py_re_match
- _Py_re_search
- _Py_re_set_syntax
; _Py_samebitset
PyBuffer_Type
PyBuffer_FromObject