Subject: | ppport.h problems with perl5.005_05 |
In ppport.h I see the following section:
#if (PERL_BCDVERSION <= 0x5005004)
/* Replace: 1 */
# define PL_ppaddr ppaddr
# define PL_no_modify no_modify
/* Replace: 0 */
#endif
However, it seems that PL_ppaddr and PL_no_modify must also be defined
in perl5.005_05.
Regards,
Slaven