diff options
author | Karl Williamson <khw@cpan.org> | 2019-12-16 17:02:53 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-12-17 11:19:31 -0700 |
commit | 5af38e470e5404ea35b11b729d9a03653c224ccb (patch) | |
tree | 27f3d208a8bd5c39a901057e540fbd412c2b8f0e /intrpvar.h | |
parent | 81d11450691ee281f37c6c4e8055735b972733bd (diff) | |
download | perl-5af38e470e5404ea35b11b729d9a03653c224ccb.tar.gz |
Note that certain flags are documented
This is useful in Devel::PPPort for generating its api-info data. That
useful feature of D:P allows someone to find out what was the first
release of Perl to have a function, macro, or flag. And whether using
ppport.h backports it further.
I went through apidoc.pod and looked for flags that were documented but
that D:P didn't know about. This commit adds entries for each so that
D:P can find them.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index 5369292590..ff238ab9ff 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -308,6 +308,11 @@ Set by the L<perlfunc/exit> operator. =back +=for apidoc Amnh||PERL_EXIT_EXPECTED +=for apidoc Amnh||PERL_EXIT_ABORT +=for apidoc Amnh||PERL_EXIT_DESTRUCT_END +=for apidoc Amnh||PERL_EXIT_WARN + =cut */ |