summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-06-15 14:29:15 +0100
committerPaul Evans <leonerd@leonerd.org.uk>2021-06-16 18:16:24 +0100
commitec40a6635e1950d840b0d5925b78751a390959da (patch)
tree25fccdedb1355112241af51cf6197c8a0c608396 /proto.h
parent78f044cf3c081ec5840ad6e07cf2e3d33f2c227e (diff)
downloadperl-ec40a6635e1950d840b0d5925b78751a390959da.tar.gz
Rename scalarseq() to a somewhat more meaningful voidnonfinal()
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index d162b2e303..66f4cc0ab2 100644
--- a/proto.h
+++ b/proto.h
@@ -5327,8 +5327,6 @@ STATIC OP* S_scalarboolean(pTHX_ OP *o);
assert(o)
STATIC OP* S_scalarkids(pTHX_ OP* o);
#define PERL_ARGS_ASSERT_SCALARKIDS
-STATIC OP* S_scalarseq(pTHX_ OP* o);
-#define PERL_ARGS_ASSERT_SCALARSEQ
STATIC OP* S_search_const(pTHX_ OP *o)
__attribute__warn_unused_result__;
#define PERL_ARGS_ASSERT_SEARCH_CONST \
@@ -5348,6 +5346,8 @@ STATIC OP* S_too_many_arguments_pv(pTHX_ OP *o, const char* name, U32 flags);
STATIC OP* S_traverse_op_tree(pTHX_ OP* top, OP* o);
#define PERL_ARGS_ASSERT_TRAVERSE_OP_TREE \
assert(top); assert(o)
+STATIC OP* S_voidnonfinal(pTHX_ OP* o);
+#define PERL_ARGS_ASSERT_VOIDNONFINAL
# if defined(USE_ITHREADS)
#ifndef PERL_NO_INLINE_FUNCTIONS
PERL_STATIC_INLINE void S_op_relocate_sv(pTHX_ SV** svp, PADOFFSET* targp);