summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-07-04 22:00:53 -0600
committerKarl Williamson <public@khwilliamson.com>2013-07-04 22:44:52 -0600
commitc7995b20ccfbb4248b23aeae9fd1eab838852fcc (patch)
tree7aa68821cbd661688de01142591f6c8e381ff990 /proto.h
parent67434bafe4f2406e7c92e69013aecd446c896a9a (diff)
downloadperl-c7995b20ccfbb4248b23aeae9fd1eab838852fcc.tar.gz
Revert "regcomp.c: Remove unused data structure field"
This reverts commit 4b98096221966ea01c046f4f61b2dc4f60b534b9. 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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 26f032b59c..e4e43e177f 100644
--- a/proto.h
+++ b/proto.h
@@ -6492,6 +6492,12 @@ PERL_STATIC_INLINE IV* S_get_invlist_previous_index_addr(pTHX_ SV* invlist)
#define PERL_ARGS_ASSERT_GET_INVLIST_PREVIOUS_INDEX_ADDR \
assert(invlist)
+PERL_STATIC_INLINE UV* S_get_invlist_version_id_addr(pTHX_ SV* invlist)
+ __attribute__warn_unused_result__
+ __attribute__nonnull__(pTHX_1);
+#define PERL_ARGS_ASSERT_GET_INVLIST_VERSION_ID_ADDR \
+ assert(invlist)
+
PERL_STATIC_INLINE UV* S_get_invlist_zero_addr(pTHX_ SV* invlist)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);