summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-15 12:05:55 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-15 12:19:19 +0000
commite28f3139a63672a86833f04e78c6d3b42814350b (patch)
tree476ea2205939d1c3b445486e3d02bd4155c3d837 /embed.fnc
parent3a9a9ba7ba00ef2d443ef225f942083a6a22e3f3 (diff)
downloadperl-e28f3139a63672a86833f04e78c6d3b42814350b.tar.gz
Refactor S_incpush() to take 1 flags parameter, instead of 5 positional booleans
(which are impossible to remember).
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index ba3c6c0c9b..f9e7f377ec 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1473,7 +1473,7 @@ s |void |Slab_to_rw |NN void *op
#if defined(PERL_IN_PERL_C) || defined(PERL_DECL_PROT)
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 *dir|bool addsubdirs|bool addoldvers|bool usesep|bool canrelocate|bool unshift
+s |void |incpush |NULLOK const char *dir|U32 flags
s |void |init_interp
s |void |init_ids
s |void |init_main_stash