Searched refs:PERL_API_VERSION_STRING (Results 1 – 4 of 4) sorted by relevance
8 #undef PERL_API_VERSION_STRING9 #define PERL_API_VERSION_STRING "1.0.16" macro
3 PERL_API_VERSION_STRING # Z added by devel/scanprov
5637 if(apiverlen != sizeof("v" PERL_API_VERSION_STRING)-15638 || memNE(api_p, "v" PERL_API_VERSION_STRING,5639 sizeof("v" PERL_API_VERSION_STRING)-1))5642 "v" PERL_API_VERSION_STRING);
5382 #define PERL_API_VERSION_STRING STRINGIFY(PERL_API_REVISION) "." \5371 #define PERL_API_VERSION_STRING global() macro