This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In B.xs use I16 to avoid an "initializer will be sign-extended" warning.
[perl5.git] / pod / perldebguts.pod
index 2d413e4..a17a6b4 100644 (file)
@@ -583,6 +583,7 @@ will be lost.
  ANYOF_WARN_SUPER   sv         Match character in (or not in) this
                                class, warn (if enabled) upon matching a
                                char above Unicode max;
+ ANYOF_SYNTHETIC    sv         Synthetic start class
 
  POSIXD             none       Some [[:class:]] under /d; the FLAGS
                                field gives which one