$self->{InitFileCode} = [ @ExtUtils::ParseXS::Constants::InitFileCode ];
$self->{Overload} = 0;
$self->{errors} = 0;
- $self->{Fallback} = $ExtUtils::ParseXS::Constants::Fallback;
+ $self->{Fallback} = '&PL_sv_undef';
# Most of the 1500 lines below uses these globals. We'll have to
# clean this up sometime, probably. For now, we just pull them out
# FIXME: THESE ARE NOT CONSTANTS!
our @InitFileCode;
-our $Fallback = '&PL_sv_undef'; # FIXME Check: Is this a constant?
# Note that to reduce maintenance, $PrototypeRegexp is used
# by ExtUtils::Typemaps, too!