From 71207a3462fa4c2b33c5608a4362ac40e975ecdb Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Sun, 14 May 2006 04:46:32 -0500 Subject: S_reguni should return its length Message-ID: <20060514144632.GA20935@petdance.com> p4raw-id: //depot/perl@28194 --- proto.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 07ee72d4b9..80063e17a5 100644 --- a/proto.h +++ b/proto.h @@ -3516,10 +3516,9 @@ STATIC regnode* S_regbranch(pTHX_ struct RExC_state_t *state, I32 *flagp, I32 fi __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); -STATIC void S_reguni(pTHX_ const struct RExC_state_t *state, UV uv, char *s, STRLEN *lenp) +STATIC STRLEN S_reguni(pTHX_ const struct RExC_state_t *state, UV uv, char *s) __attribute__nonnull__(pTHX_1) - __attribute__nonnull__(pTHX_3) - __attribute__nonnull__(pTHX_4); + __attribute__nonnull__(pTHX_3); STATIC regnode* S_regclass(pTHX_ struct RExC_state_t *state) __attribute__nonnull__(pTHX_1); -- cgit v1.2.1