11792 wasn't complete
[p5sagit/p5-mst-13.2.git] / regexec.c
index 4a19958..bf99d49 100644 (file)
--- a/regexec.c
+++ b/regexec.c
@@ -1841,7 +1841,7 @@ S_regtry(pTHX_ regexp *prog, char *startpos)
        if (PL_reg_sv) {
            /* Make $_ available to executed code. */
            if (PL_reg_sv != DEFSV) {
-               /* SAVE_DEFSV does *not* suffice here for USE_THREADS */
+               /* SAVE_DEFSV does *not* suffice here for USE_5005THREADS */
                SAVESPTR(DEFSV);
                DEFSV = PL_reg_sv;
            }