mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Use Tatu Ylonen's copyleft-free reimplementation of
GNU regular expressions
This commit is contained in:
parent
44c8f69ff2
commit
1cab95c14d
1 changed files with 3 additions and 2 deletions
|
@ -29,12 +29,13 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
******************************************************************/
|
||||
|
||||
/* Regular expression objects */
|
||||
/* This uses GNU regex.c, from subdirectory regex !!! */
|
||||
/* This uses Tatu Ylonen's copyleft-free reimplementation of
|
||||
GNU regular expressions */
|
||||
|
||||
#include "allobjects.h"
|
||||
#include "modsupport.h"
|
||||
|
||||
#include "regex.h"
|
||||
#include "regexpr.h"
|
||||
|
||||
static object *RegexError; /* Exception */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue