--- abi/src/af/util/xp/ut_PerlBindings.cpp.ORG Sat Sep 14 07:47:06 2002 +++ abi/src/af/util/xp/ut_PerlBindings.cpp Thu Dec 12 20:07:29 2002 @@ -63,11 +63,12 @@ extern "C" { - void boot_DynaLoader(PerlInterpreter *pi, CV* cv); #ifdef NOT_PERL_5_8 + void boot_DynaLoader(CV* cv); void xs_init () #else + void boot_DynaLoader(PerlInterpreter *pi, CV* cv); void xs_init(PerlInterpreter * my_perl) #endif {