summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-10-30 21:15:13 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-30 17:36:18 +0000
commit40d049e43280582bb162c511cc362c246f19862a (patch)
treec9814e23bdc818ced498f5ecc2141867f3525af8 /embed.h
parentee4d86fe475b15ddee109f44751faf957c1e66af (diff)
downloadperl-40d049e43280582bb162c511cc362c246f19862a.tar.gz
The first patch from:
Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com> p4raw-id: //depot/perl@29161
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 bc884d7958..e6b1af3100 100644
--- a/embed.h
+++ b/embed.h
@@ -3531,7 +3531,7 @@
#define cl_init_zero S_cl_init_zero
#define cl_and S_cl_and
#define cl_or S_cl_or
-#define study_chunk(a,b,c,d,e,f,g,h) S_study_chunk(aTHX_ a,b,c,d,e,f,g,h)
+#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)
#define add_data S_add_data
#endif
#ifdef PERL_CORE