Skip to content

Commit 2f0bc53

Browse files
committed
perlintern: Note that prefer inline function to PL_Sv
1 parent 80f6e06 commit 2f0bc53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intrpvar.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ B<BUT BEWARE>, if this is used in a situation where something that is using it
240240
is in a call stack with something else that is using it, this variable would
241241
get zapped, leading to hard-to-diagnose errors.
242242
243+
These days using an inline function is generally preferred instead.
244+
243245
=cut
244246
*/
245247
PERLVAR(I, Sv, SV *)

0 commit comments

Comments
 (0)