This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix MANIFEST for files that have been removed with the previous updates for Module...
[perl5.git] / regcomp.h
index ad9a2cc..1ef9d2d 100644 (file)
--- a/regcomp.h
+++ b/regcomp.h
@@ -476,6 +476,7 @@ END_EXTERN_C
 
 /* .what is a character array with one character for each member of .data
  * The character describes the function of the corresponding .data item:
+ *   a - AV for paren_name_list under DEBUGGING
  *   f - start-class data for regstclass optimization
  *   n - Root of op tree for (?{EVAL}) item
  *   o - Start op for (?{EVAL}) item