summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-01-09 17:59:11 +0000
committerSteve Hay <SteveHay@planit.com>2008-01-09 17:59:11 +0000
commit0a0b43fa5b4c00dcd9c6c26dea968d2368fc6eae (patch)
tree441d57b79569492cdc06eccc39322a1c8f3abc9b /embed.fnc
parentd6106309316e968d31ba656a7033bd0d45f70b22 (diff)
downloadperl-0a0b43fa5b4c00dcd9c6c26dea968d2368fc6eae.tar.gz
Fix prototype in regexp code following #32851, and regen
p4raw-id: //depot/perl@32925
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index cfe292b347..e7e978b013 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -693,7 +693,7 @@ Ap |char * |reg_stringify |NN MAGIC *mg|NULLOK STRLEN *lp|NULLOK U32 *flags|NUL
Ap |void* |regdupe_internal|NN REGEXP * const r|NN CLONE_PARAMS* param
#endif
Ap |REGEXP*|pregcomp |NN const SV * const pattern|const U32 flags
-Ap |REGEXP*|re_compile |NN const SV * const pattern|const U32 flags
+Ap |REGEXP*|re_compile |NN const SV * const pattern|U32 flags
Ap |char* |re_intuit_start|NN REGEXP * const rx|NULLOK SV* sv|NN char* strpos \
|NN char* strend|const U32 flags \
|NULLOK re_scream_pos_data *data