From 71f3d6da0c84d58e851caffffb2c2d1f8d039f3b Mon Sep 17 00:00:00 2001 From: Derrik Pates Date: Fri, 29 Jul 2011 13:25:51 -0600 Subject: [PATCH] Okay, seems the #defines are *not* necessary for 5.8.9, but this is... --- Fuse.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fuse.xs b/Fuse.xs index 19d569a..98fcef2 100755 --- a/Fuse.xs +++ b/Fuse.xs @@ -62,7 +62,7 @@ tTHX master_interp = NULL; #define CLONE_INTERP(parent) S_clone_interp(parent) tTHX S_clone_interp(tTHX parent) { -# if (PERL_VERSION < 8) || (PERL_VERSION == 8 && PERL_SUBVERSION < 9) +# if (PERL_VERSION < 10) tTHX my_perl = parent; #endif dMY_CXT_INTERP(parent); -- 2.20.1