Re: [pcre-dev] Release candidate for 10.10

Top Page
Delete this message
Author: Zoltán Herczeg
Date:  
To: Petr Pisar
CC: pcre-dev
Subject: Re: [pcre-dev] Release candidate for 10.10
Hi,

>src/sljit/sljitNativeARM_32.c:340:28: error: 'compiler' undeclared (first use in this function)
>     SLJIT_FREE(curr_patch, compiler->allocator_data);
>                            ^
>src/pcre2_jit_compile.c:60:61: note: in definition of macro 'SLJIT_FREE'
> #define SLJIT_FREE(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data)
>                                                             ^
>src/sljit/sljitNativeARM_32.c:340:28: note: each undeclared identifier is reported only once for each function it appears in
>     SLJIT_FREE(curr_patch, compiler->allocator_data);
>                            ^
>src/pcre2_jit_compile.c:60:61: note: in definition of macro 'SLJIT_FREE'
> #define SLJIT_FREE(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data)


thank you for reporting this issue. It was a missing parameter. I fixed it in both PCRE and PCRE2.

Regards,
Zoltan