MarpaX-ESLIF
view release on metacpan or search on metacpan
etc/compile_marpaESLIF.pl view on Meta::CPAN
push(@extra_compiler_flags, "-D${PROJECT}_NTRACE");
if ($IS_WINDOWS) {
#
# DLL platform
#
push(@extra_compiler_flags, "-DLUA_DL_DLL=1");
} else {
push(@extra_compiler_flags, "-DLUA_USE_DLOPEN=1");
push(@extra_compiler_flags, "-DLUA_USE_POSIX=1");
}
push(@extra_compiler_flags, "-DMARPAESLIFLUA_EMBEDDED=1");
push(@extra_compiler_flags, "-DMARPAESLIF_BUFSIZ=1048576");
push(@extra_compiler_flags, "-DPCRE2_CODE_UNIT_WIDTH=8");
push(@extra_compiler_flags, "-DPCRE2_STATIC=1");
#
# We want to align lua integer type with perl ivtype
#
my $ivtype = $Config{ivtype} || '';
if ($ivtype eq 'int') {
push(@extra_compiler_flags, "-DLUA_INT_TYPE=1");
} elsif ($ivtype eq 'long') {
dXSBOOTARGSAPIVERCHK|5.021006||Viu
dXSBOOTARGSNOVERCHK|5.021006||Viu
dXSBOOTARGSXSAPIVERCHK|5.021006||Viu
dXSFUNCTION|5.005000||Viu
dXSI32|5.003007|5.003007|V
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
ENDGRENT_R_HAS_FPTR|5.008000||Viu
ENDGRENT_R_PROTO|5.008000|5.008000|Vn
endhostent|5.005000||Viu
ENDHOSTENT_R_PROTO|5.008000|5.008000|Vn
ENDLIKE|5.009005||Viu
( run in 1.697 second using v1.01-cache-2.11-cpan-71847e10f99 )