diff options
author | Gisle Aas <gisle@activestate.com> | 2005-12-28 13:12:30 +0000 |
---|---|---|
committer | Gisle Aas <gisle@activestate.com> | 2005-12-28 13:12:30 +0000 |
commit | 6561593a196e55bf0ea9010e05b037ce3b2c0e01 (patch) | |
tree | 94330b931f7083fbf3ec967e16dde41a629812fa /pod/perldiag.pod | |
parent | 0c13c64c6e1220823536b2896781b409a5681507 (diff) | |
download | perl-6561593a196e55bf0ea9010e05b037ce3b2c0e01.tar.gz |
assert(av); Cleanup the way that the av_*() functions check
that they are really passed an av argument.
Should improve the test coverage a bit.
p4raw-id: //depot/perl@26513
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 939e3d7cba..8890dda472 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2961,10 +2961,6 @@ references to an object. (P) Something tried to allocate more memory than possible. -=item panic: null array - -(P) One of the internal array routines was passed a null AV pointer. - =item panic: pad_alloc (P) The compiler got confused about which scratch pad it was allocating |