Help for this page

Select Code to Download


  1. or download this
    ...
    In file included from /usr/lib/x86_64-linux-gnu/perl/5.24/CORE/perl.h:
    +3905:0,
    ...
    /usr/lib/x86_64-linux-gnu/perl/5.24/CORE/inline.h:518:9: noteĀ : shado
    +wed declaration is here
         AV *av;
    ...
    
  2. or download this
    #define PERL_NO_INLINE_FUNCTIONS 1
    
  3. or download this
    //....
    #ifdef __cplusplus
    ...
    #ifdef __cplusplus
    }
    #endif
    
  4. or download this
    PERL_STATIC_NO_RET void S_croak_memory_wrap(void) {Perl_croak_nocontex
    +t("panic: memory wrap");}