Okay, seems the #defines are *not* necessary for 5.8.9, but this is...
authorDerrik Pates <demon@now.ai>
Fri, 29 Jul 2011 19:25:51 +0000 (13:25 -0600)
committerDerrik Pates <demon@now.ai>
Fri, 29 Jul 2011 19:25:51 +0000 (13:25 -0600)
Fuse.xs

diff --git a/Fuse.xs b/Fuse.xs
index 19d569a..98fcef2 100755 (executable)
--- 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);