op.c: correct comment
authorFather Chrysostomos <sprout@cpan.org>
Mon, 5 Aug 2013 08:32:33 +0000 (01:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 5 Aug 2013 09:23:36 +0000 (02:23 -0700)
op.c

diff --git a/op.c b/op.c
index b69585b..bad77d5 100644 (file)
--- a/op.c
+++ b/op.c
@@ -4953,7 +4953,7 @@ Perl_newPADOP(pTHX_ I32 type, I32 flags, SV *sv)
     return CHECKOP(type, padop);
 }
 
-#endif /* !USE_ITHREADS */
+#endif /* USE_ITHREADS */
 
 /*
 =for apidoc Am|OP *|newGVOP|I32 type|I32 flags|GV *gv