Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509712
Collapse All | Expand All

(-)./dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm.orig (-1 / +1 lines)
Lines 508-514 Link Here
508
#XS_EUPXS(XS_${Full_func_name}); /* prototype to pass -Wmissing-prototypes */
508
#XS_EUPXS(XS_${Full_func_name}); /* prototype to pass -Wmissing-prototypes */
509
#XS_EUPXS(XS_${Full_func_name})
509
#XS_EUPXS(XS_${Full_func_name})
510
#[[
510
#[[
511
#    dVAR; dXSARGS;
511
#    dXSARGS;
512
EOF
512
EOF
513
    print Q(<<"EOF") if $ALIAS;
513
    print Q(<<"EOF") if $ALIAS;
514
#    dXSI32;
514
#    dXSI32;

Return to bug 509712