Commit 6bc316df authored by Fred Drake's avatar Fred Drake

Fix previous nit to really do the right thing.

parent 9c616c94
......@@ -182,7 +182,7 @@ sub do_cmd_refstmodindex{ &my_module_index_helper('standard', @_, 'REF'); }
sub do_cmd_nodename{ &do_cmd_label(@_); }
sub do_cmd_mytableofcontents{ &do_cmd_tableofcontents(@_); }
sub do_cmd_mytableofcontents{ local($_) = @_; $_; }
$any_next_pair_rx3 = "$O(\\d+)$C([\\s\\S]*)$O\\3$C";
$any_next_pair_rx5 = "$O(\\d+)$C([\\s\\S]*)$O\\5$C";
......
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