Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 3c6fc877ba42fa887106ec13fa2dbe37 > files > 1

perl-JavaScript-1.160.0-1mdv2010.1.src.rpm

--- t/24-c-level-interrupt-handler.t~	2009-02-13 13:53:44.000000000 +0100
+++ t/24-c-level-interrupt-handler.t	2009-10-06 14:36:55.000000000 +0200
@@ -28,7 +28,7 @@
 
 use Inline Config => FORCE_BUILD => 1;
 
-Inline->bind('C' => <<'END_OF_CODE', TYPEMAPS => $typemap, INC => $inc, AUTO_INCLUDE => '#include "JavaScript.h"');
+Inline->bind('C' => <<'END_OF_CODE', TYPEMAPS => $typemap, INC => "$inc", AUTO_INCLUDE => '#include "JavaScript.h"');
 
 struct Opcount {
     int cnt;