diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2005-01-10 19:25:27 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2005-01-10 19:25:27 +0000 |
commit | 289b58f75906a5d72af9c593e2b49622171371fa (patch) | |
tree | 51378b3e215f1cbbe4f9bebe4d1c8e6cb493bb9e /pod/perlintern.pod | |
parent | 661c0fbf47a7bb4b41bffb3323e44597a4d1835a (diff) | |
download | perl-289b58f75906a5d72af9c593e2b49622171371fa.tar.gz |
Remove PERL_FLEXIBLE_EXCEPTIONS code.
p4raw-id: //depot/perl@23780
Diffstat (limited to 'pod/perlintern.pod')
-rw-r--r-- | pod/perlintern.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 50f3d51af9..48a433a8ac 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -400,6 +400,10 @@ created even in rvalue contexts. C<flags> is not used at present but available for future extension to allow selecting particular classes of magical variable. +Currently assumes that C<name> is NUL terminated (as well as len being valid). +This assumption is met by all callers within the perl core, which all pass +pointers returned by SvPV. + bool is_gv_magical(char *name, STRLEN len, U32 flags) =for hackers |