summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-08-14 10:01:53 -0600
committerKarl Williamson <public@khwilliamson.com>2013-09-24 11:36:13 -0600
commitd2b7f31e8368e71f4af425b35407d3c0db9c61cf (patch)
treebfe45375a1135b0603711a59a98fe52e279339e9 /embed.h
parent9991ebf10b0e2a7e04fa47e0b73fdf86b19f7dec (diff)
downloadperl-d2b7f31e8368e71f4af425b35407d3c0db9c61cf.tar.gz
regcomp.c: Rework static function call; comments
The previous commit just extracted out code into a function. This commit renames a parameter for clarity, combines two parameters to make the interface cleaner, and adds and moves comments around.
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 0a7087dc6a..a0ce45c6fd 100644
--- a/embed.h
+++ b/embed.h
@@ -948,7 +948,7 @@
#define reguni(a,b,c) S_reguni(aTHX_ a,b,c)
#define regwhite S_regwhite
#define scan_commit(a,b,c,d) S_scan_commit(aTHX_ a,b,c,d)
-#define set_ANYOF_arg(a,b,c,d,e,f,g) S_set_ANYOF_arg(aTHX_ a,b,c,d,e,f,g)
+#define set_ANYOF_arg(a,b,c,d,e,f) S_set_ANYOF_arg(aTHX_ a,b,c,d,e,f)
#define study_chunk(a,b,c,d,e,f,g,h,i,j,k) S_study_chunk(aTHX_ a,b,c,d,e,f,g,h,i,j,k)
# endif
# if defined(PERL_IN_REGCOMP_C) || defined (PERL_IN_DUMP_C)