mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
AMK's latest
This commit is contained in:
parent
104be4a4a7
commit
042ff9eb3a
4 changed files with 168 additions and 90 deletions
|
@ -3,7 +3,7 @@
|
|||
*************************************************/
|
||||
|
||||
|
||||
#define PCRE_VERSION "1.04 22-Dec-1997"
|
||||
#define PCRE_VERSION "1.07 16-Feb-1998"
|
||||
|
||||
|
||||
/* This is a library of functions to support regular expressions whose syntax
|
||||
|
@ -12,7 +12,7 @@ the file Tech.Notes for some information on the internals.
|
|||
|
||||
Written by: Philip Hazel <ph10@cam.ac.uk>
|
||||
|
||||
Copyright (c) 1997 University of Cambridge
|
||||
Copyright (c) 1998 University of Cambridge
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
Permission is granted to anyone to use this software for any purpose on any
|
||||
|
@ -192,6 +192,7 @@ enum {
|
|||
OP_CRMINRANGE,
|
||||
|
||||
OP_CLASS, /* Match a character class */
|
||||
OP_NEGCLASS, /* Match a character class, specified negatively */
|
||||
OP_CLASS_L, /* Match a character class */
|
||||
OP_REF, /* Match a back reference */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue