hv_clear_placeholders now manipulates the linked lists directly, rather
authorNicholas Clark <nick@ccl4.org>
Sat, 7 Feb 2004 19:50:10 +0000 (19:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 7 Feb 2004 19:50:10 +0000 (19:50 +0000)
commitd36773897a6f30fc5c947e9ed9a2e06b2e7f3b74
treefefa6379d3daebd952da8a0c02f8bc254fc2a3cb
parentb6d030a4aa9e580b4848a75b15ef554dd4eca130
hv_clear_placeholders now manipulates the linked lists directly, rather
than using the iterator interface and calling hv_delete
This will allow hv_delete to be simplified to remove most of the
special casing related to placeholders.

p4raw-id: //depot/perl@22278
hv.c