]> granicus.if.org Git - python/commitdiff
Remove some more references to regex that I missed.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 16 Mar 2006 07:05:59 +0000 (07:05 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 16 Mar 2006 07:05:59 +0000 (07:05 +0000)
PC/config.c
PC/os2emx/config.c
PC/os2emx/python24.def
PC/os2vacpp/config.c
PC/os2vacpp/python.def

index ee62dc53d6e4f33610e5f604ababd2a88fda866b..75e1a3cb5e2d0272bba59b7c66bd52be9708b24c 100644 (file)
@@ -20,7 +20,6 @@ extern void initmath(void);
 extern void init_md5(void);
 extern void initnt(void);
 extern void initoperator(void);
-extern void initregex(void);
 #ifndef MS_WIN64
 extern void initrgbimg(void);
 #endif
@@ -95,7 +94,6 @@ struct _inittab _PyImport_Inittab[] = {
         {"_md5", init_md5},
         {"nt", initnt}, /* Use the NT os functions, not posix */
         {"operator", initoperator},
-        {"regex", initregex},
 #ifndef MS_WIN64
         {"rgbimg", initrgbimg},
 #endif
index 5ee4343b8115ca9856aa649012e83c42c0a629bb..40c2cdce771fc97a66c254d99afed3a4d5d60af5 100644 (file)
@@ -64,7 +64,6 @@ extern void inititertools();
 extern void initmath();
 extern void initmd5();
 extern void initoperator();
-extern void initregex();
 extern void initrgbimg();
 extern void initsha();
 extern void initstrop();
@@ -128,7 +127,6 @@ struct _inittab _PyImport_Inittab[] = {
        {"math", initmath},
        {"md5", initmd5},
        {"operator", initoperator},
-       {"regex", initregex},
        {"rgbimg", initrgbimg},
        {"sha", initsha},
        {"strop", initstrop},
index 4f78914577761f0fd0d7e03e95db86281c1a201f..534dff82785c72969cc19fdc206ca868813c10ea 100644 (file)
@@ -1134,19 +1134,6 @@ EXPORTS
 ; From python24_s.lib(_randommodule)
 ;  "init_random"
 
-; From python24_s.lib(regexmodule)
-;  "initregex"
-
-; From python24_s.lib(regexpr)
-;  "_Py_re_syntax_table"
-;  "_Py_re_compile_initialize"
-;  "_Py_re_compile_pattern"
-;  "_Py_re_match"
-;  "_Py_re_search"
-;  "_Py_re_set_syntax"
-;  "_Py_re_compile_fastmap"
-;  "_Py_re_syntax"
-
 ; From python24_s.lib(rgbimgmodule)
 ;  "initrgbimg"
 
index 7512de565f19161ddebe2761cad5195ab17a6f17..9bb57520b390f584e1b33e9ee38f9ab0257501aa 100644 (file)
@@ -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
index bc73fac17a057747e944221c67398193820a07cc..79d05b05f0b8aede94e14fa2920b2a21fa50f81c 100644 (file)
@@ -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