This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In perl.c, change S_open_script() to return rsfp.
authorNicholas Clark <nick@ccl4.org>
Thu, 23 Feb 2012 14:44:33 +0000 (15:44 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 27 Feb 2012 10:31:48 +0000 (11:31 +0100)
commit8d1138377104247a841c52023a0f6d0c9ea464a8
tree13baf8c2209c04bb561a511609af17bab0cbfa09
parent286a76ab020bbce3bb02a3c2490a7a01ad781c47
In perl.c, change S_open_script() to return rsfp.

Previously it was being passed &rsfp as a parameter, because it was
returning another value, fdscript. However, the return value has been
ignored since commit cc69b689ee7c2745 removed suidperl in January 2009.
embed.fnc
embed.h
perl.c
proto.h