From a9fc22f029248af562b1e5ae66fcdb0a162785b1 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 5 Aug 2013 01:32:33 -0700 Subject: [PATCH] op.c: correct comment --- op.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op.c b/op.c index b69585b..bad77d5 100644 --- 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 -- 2.7.4