Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8362d00 commit b5dac4eCopy full SHA for b5dac4e
1 file changed
Doc/myformat.perl
@@ -141,7 +141,6 @@ sub my_typed_index_helper{
141
}
142
143
sub do_cmd_stindex{ &my_typed_index_helper('statement', @_); }
144
-sub do_cmd_kwindex{ &my_typed_index_helper('keyword', @_); }
145
sub do_cmd_opindex{ &my_typed_index_helper('operator', @_); }
146
sub do_cmd_exindex{ &my_typed_index_helper('exception', @_); }
147
sub do_cmd_obindex{ &my_typed_index_helper('object', @_); }
0 commit comments