Skip to content

Commit 6099c9b

Browse files
committed
perlapi/perlintern: Flags for save_scalar_at are internal
So move them from perlapi to perlintern
1 parent e67e502 commit 6099c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scope.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ magic will be processed on the new scalar. If unset, 'set' magic will be
291291
skipped. The latter typically means that assignment will soon follow (I<e.g.>,
292292
S<C<'local $x = $y'>>), and that will handle the magic.
293293
294-
=for apidoc Amnh ||SAVEf_KEEPOLDELEM
295-
=for apidoc Amnh ||SAVEf_SETMAGIC
294+
=for apidoc Cmnh ||SAVEf_KEEPOLDELEM
295+
=for apidoc Cmnh ||SAVEf_SETMAGIC
296296
297297
=cut
298298
*/

0 commit comments

Comments
 (0)