Change 32962 by [EMAIL PROTECTED] on 2008/01/11 20:27:23

        Well, I know *something* passed make test from a clean build before
        change 32961, and I thought that it was the right thing, but I guess
        not. It should have read like this.

Affected files ...

... //depot/perl/regexp.h#133 edit

Differences ...

==== //depot/perl/regexp.h#133 (text) ====
Index: perl/regexp.h
--- perl/regexp.h#132~32961~    2008-01-11 11:01:39.000000000 -0800
+++ perl/regexp.h       2008-01-11 12:27:23.000000000 -0800
@@ -398,11 +398,11 @@
        assert(SvTYPE(thwape) == SVt_REGEXP);                           \
        &SvANY(thwape)->subbeg;                                         \
     }))
-#  define RX_SUBBEG(prog)                                              \
+#  define RX_OFFS(prog)                                                        
\
     (*({                                                               \
        REGEXP *const thwape = (prog);                                  \
        assert(SvTYPE(thwape) == SVt_REGEXP);                           \
-       &SvANY(thwape)->subbeg;                                         \
+       &SvANY(thwape)->offs;                                           \
     }))
 #  define RX_NPARENS(prog)                                             \
     (*({                                                               \
End of Patch.

Reply via email to