diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-30 17:59:26 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-30 17:59:26 +0000 |
commit | a80b8354f5981907f826ef236ecd80cb746b2ace (patch) | |
tree | 91e8966d129c2917650742d6c1e8e674ea52343a | |
parent | 4bd3d0834986b2de5ee920a43735f0b9a242127c (diff) | |
download | perl-a80b8354f5981907f826ef236ecd80cb746b2ace.tar.gz |
re-add missing "Out of memory!" entry
p4raw-id: //depot/perl@4264
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 454bfc5df1..d224a54bd7 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2141,6 +2141,12 @@ to use an operator, but this is highly likely to be incorrect. For example, if you say "*foo *foo" it will be interpreted as if you said "*foo * 'foo'". +=item Out of memory! + +(X) The malloc() function returned 0, indicating there was insufficient +remaining memory (or virtual memory) to satisfy the request. Perl +has no option but to exit immediately. + =item Out of memory for yacc stack (F) The yacc parser wanted to grow its stack so it could continue parsing, |