my($XSS_work_idx, $cpp_next_tmp);
use vars qw($VERSION);
-$VERSION = '2.11_01';
+$VERSION = '2.12';
use vars qw(%input_expr %output_expr $ProtoUsed @InitFileCode $FH $proto_re $Overload $errors $Fallback
$cplusplus $hiertype $WantPrototypes $WantVersionChk $except $WantLineNumbers
}
sub UNTIE {
- # This sub does nothing, but is necessary for references to be released.
+ # This sub does nothing, but is neccessary for references to be released.
}
sub end_marker {
=item B<hiertype>
-Retains C<::> in type names so that C++ hierarchical types can be
+Retains C<::> in type names so that C++ hierachical types can be
mapped. Default is false.
=item B<except>
}
}
}
- unlink $obj_file;
- unlink $lib_file;
+ 1 while unlink $lib_file;
} else {
skip "Skipped can't find a C compiler & linker", 1 for 1..7;
}
-unlink $source_file;
+1 while unlink $source_file;
#####################################################################