summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-09-19 03:37:19 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2006-09-19 06:56:36 +0000
commitfc8cd66c26827f6c2ee1aa00ab2d3b3c320a4a28 (patch)
treeb426e51c41b332c31c05ec65e7570a4cc620f20c /proto.h
parenta7ae1e4a956bbd5ffa44d286e0591bf4c0e7c341 (diff)
downloadperl-fc8cd66c26827f6c2ee1aa00ab2d3b3c320a4a28.tar.gz
Re: \N{...} in regular expression [PATCH]
Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com> p4raw-id: //depot/perl@28868
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 48a66bb920..a957f32e70 100644
--- a/proto.h
+++ b/proto.h
@@ -3565,6 +3565,9 @@ STATIC regnode* S_regpiece(pTHX_ struct RExC_state_t *state, I32 *flagp, U32 dep
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);
+STATIC regnode* S_reg_namedseq(pTHX_ struct RExC_state_t *state, UV *valuep)
+ __attribute__nonnull__(pTHX_1);
+
STATIC void S_reginsert(pTHX_ struct RExC_state_t *state, U8 op, regnode *opnd)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_3);