summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-08-14 11:09:58 -0600
committerKarl Williamson <public@khwilliamson.com>2013-09-24 11:36:13 -0600
commit9991ebf10b0e2a7e04fa47e0b73fdf86b19f7dec (patch)
tree1041c05b6c79979cfe82a717229cf1c5519e374f /embed.h
parent736d4498bb6fcdcbdbe19d1990bc08319ef4417a (diff)
downloadperl-9991ebf10b0e2a7e04fa47e0b73fdf86b19f7dec.tar.gz
regcomp.c: Extract code into separate function
A future commit will use this functionality from a second place. For now, just cut and paste, and do the minimal ancillary work to get it to compile and pass.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 1cd99f2f03..0a7087dc6a 100644
--- a/embed.h
+++ b/embed.h
@@ -948,6 +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 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)