diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-15 21:53:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-15 21:53:50 +0000 |
commit | 4705144da61264103889bac66eba6d2d56a1da9d (patch) | |
tree | 93c66052922cc80fb9bf3e5576e562dda0537a99 /embed.fnc | |
parent | b9ba2fadb18b54e35e5de54f945111a56cbcb249 (diff) | |
download | perl-4705144da61264103889bac66eba6d2d56a1da9d.tar.gz |
Ensure that the pointer to S_incpush_use_sep() is never NULL.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1475,7 +1475,7 @@ s |void |find_beginning |NN SV* linestr_sv|NN PerlIO *rsfp s |void |forbid_setid |const char flag|const bool suidscript s |void |incpush |NULLOK const char *const dir|STRLEN len \ |U32 flags -s |void |incpush_use_sep|NULLOK const char *p|U32 flags +s |void |incpush_use_sep|NN const char *p|U32 flags s |void |init_interp s |void |init_ids s |void |init_main_stash |