summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-02-18 21:43:14 -0700
committerKarl Williamson <khw@cpan.org>2016-02-19 10:41:43 -0700
commitbb17e3266e6d1392f4152af8ef9115e2f0d2a06a (patch)
tree726af9ee87a62e73eb2808362d4831888112093b /embed.h
parentb9c1a2c52c1d56a2cc9c9ae73e72977d628c44ea (diff)
downloadperl-bb17e3266e6d1392f4152af8ef9115e2f0d2a06a.tar.gz
Add a parameter to a static function
This parameter will be used in a future commit, it changes the output format of this function that displays the contents of an inversion list so that it won't have to be parsed later, simplifying the code at that time.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 8a935f2688..fa8f0f92bc 100644
--- a/embed.h
+++ b/embed.h
@@ -1000,7 +1000,7 @@
#define handle_possible_posix(a,b,c,d) S_handle_possible_posix(aTHX_ a,b,c,d)
#define handle_regex_sets(a,b,c,d,e) S_handle_regex_sets(aTHX_ a,b,c,d,e)
#define invlist_clone(a) S_invlist_clone(aTHX_ a)
-#define invlist_contents(a) S_invlist_contents(aTHX_ a)
+#define invlist_contents(a,b) S_invlist_contents(aTHX_ a,b)
#define invlist_extend(a,b) S_invlist_extend(aTHX_ a,b)
#define invlist_highest S_invlist_highest
#define invlist_is_iterating S_invlist_is_iterating