diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-07-04 22:00:48 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-07-04 22:44:52 -0600 |
commit | 67434bafe4f2406e7c92e69013aecd446c896a9a (patch) | |
tree | 0166586bdf44d7da6de92900d81c84a86f198a9e /proto.h | |
parent | 0b58015e05b2ab93b080b7c49a70bf82435363c0 (diff) | |
download | perl-67434bafe4f2406e7c92e69013aecd446c896a9a.tar.gz |
Revert "regcomp.c: Move 2 hdr inversion fields to SV hdr"
This reverts commit 4fdeca7844470c929f35857f49078db1fd124dbc.
This continues the backing out of this topic branch. A bisect shows
that the first commit exhibiting an error is the first one in the
branch.
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6480,7 +6480,7 @@ STATIC bool S_could_it_be_a_POSIX_class(pTHX_ struct RExC_state_t *pRExC_state) #define PERL_ARGS_ASSERT_COULD_IT_BE_A_POSIX_CLASS \ assert(pRExC_state) -PERL_STATIC_INLINE STRLEN* S_get_invlist_iter_addr(pTHX_ SV* invlist) +PERL_STATIC_INLINE UV* S_get_invlist_iter_addr(pTHX_ SV* invlist) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_1); #define PERL_ARGS_ASSERT_GET_INVLIST_ITER_ADDR \ |