diff options
author | Steve Hay <SteveHay@planit.com> | 2008-01-09 17:59:11 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-01-09 17:59:11 +0000 |
commit | 0a0b43fa5b4c00dcd9c6c26dea968d2368fc6eae (patch) | |
tree | 441d57b79569492cdc06eccc39322a1c8f3abc9b /embed.fnc | |
parent | d6106309316e968d31ba656a7033bd0d45f70b22 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |