[prev in list] [next in list] [prev in thread] [next in thread] 

List:       perl5-porters
Subject:    Re: commit "add, and use, some RXp_FOO() variants of RX_FOO()" doesnt build on VC 2003
From:       Dave Mitchell <davem () iabyn ! com>
Date:       2017-07-27 19:28:07
Message-ID: 20170727192807.GJ3091 () iabyn ! com
[Download RAW message or body]

On Thu, Jul 27, 2017 at 01:37:16PM -0400, bulk88 wrote:
> The "(do {if ((S_ReANY", with a "(" around a do block is a syntax error. Its
> cased by
> ---------------------------------------
> #define RX_MATCH_COPY_FREE(rx_sv)       (RXp_MATCH_COPY_FREE(ReANY(rx_sv)))
> ---------------------------------------
> in commit "add, and use, some RXp_FOO() variants of RX_FOO()".
> 
> if I change it to
> ---------------------------------------
> #define RX_MATCH_COPY_FREE(rx_sv)       RXp_MATCH_COPY_FREE(ReANY(rx_sv))
> ---------------------------------------
> 
> the syntax error does away.

Thanks. 
Fixed with v5.27.2-77-ga8cb194.

-- 
This is a great day for France!
    -- Nixon at Charles De Gaulle's funeral
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic