This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_set_caret_X gv_fetch with GV_ADD can't return NULL
authorDaniel Dragan <bulk88@hotmail.com>
Sat, 28 Nov 2015 03:29:49 +0000 (22:29 -0500)
committerTony Cook <tony@develop-help.com>
Tue, 1 Dec 2015 22:16:43 +0000 (09:16 +1100)
commiteb4e1baebc73747258f08c636d416082e02f2ad5
tree0bd7d4644167cf26442ef8c36b03409506729f69
parenta9e2d2bf108c854f14f15556d0be30d9635bcde7
Perl_set_caret_X gv_fetch with GV_ADD can't return NULL

The GV will be created if it doesn't exist. Remove the branch for smaller
code size.
caretx.c