This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert from DB::warn to _db_warn.
[perl5.git] / regcomp.sym
index e8400b9..3b4db9c 100644 (file)
@@ -55,7 +55,6 @@ REG_ANY     REG_ANY,    no 0 S    ; Match any one character (except newline).
 SANY        REG_ANY,    no 0 S    ; Match any one character.
 CANY        REG_ANY,    no 0 S    ; Match any one byte.
 ANYOF       ANYOF,      sv 0 S    ; Match character in (or not in) this class, single char match only
-ANYOFV      ANYOF,      sv 0 V    ; Match character in (or not in) this class, can match-multiple chars
 
 # Order (within each group) of the below is important.  See ordering comment
 # above.  The PLACEHOLDERn ones are wasting a value.  Right now, we have plenty