summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc8
1 files changed, 7 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 76ab9dfaa3..ee3495d729 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2811,8 +2811,14 @@ Cp |SV * |reg_named_buff_all \
|const U32 flags
: FIXME - is anything in re using this now?
+EXp |void |reg_numbered_buff_fetch_flags \
+ |NN REGEXP * const re \
+ |const I32 paren \
+ |NULLOK SV * const sv \
+ |U32 flags
+: FIXME - is anything in re using this now?
EXp |void |reg_numbered_buff_fetch \
- |NN REGEXP * const rx \
+ |NN REGEXP * const re \
|const I32 paren \
|NULLOK SV * const sv
: FIXME - is anything in re using this now?