This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add parameter to static function
[perl5.git] / embed.fnc
index 7e50627..9e69596 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -2059,7 +2059,8 @@ Esn       |void   |ssc_anything   |NN const RExC_state_t *pRExC_state \
 EsRn   |int    |ssc_is_anything|NN const regnode_ssc *ssc
 Esn    |void   |ssc_init       |NN const RExC_state_t *pRExC_state \
                                |NN regnode_ssc *ssc
-Esn    |void   |ssc_and        |NN regnode_ssc *ssc \
+Es     |void   |ssc_and        |NN const RExC_state_t *pRExC_state \
+                               |NN regnode_ssc *ssc                \
                                |NN const regnode_ssc *and_with
 Esn    |void   |ssc_or         |NN const RExC_state_t *pRExC_state \
                                |NN regnode_ssc *ssc \