Kaydet (Commit) 1cab95c1 authored tarafından Guido van Rossum's avatar Guido van Rossum

Use Tatu Ylonen's copyleft-free reimplementation of

GNU regular expressions
üst 44c8f69f
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment