The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
/* vi: set ft=c inde=: */

#ifndef COP_SEQ_RANGE_LOW_set

#define COP_SEQ_RANGE_LOW_set(SV, VAL) \
    STMT_START { ((XPVNV*)SvANY(SV))->xnv_u.xpad_cop_seq.xlow = (VAL); } STMT_END

#endif